Uploaded image for project: 'Community Edition'
  1. Community Edition
  2. MGNLCE-110

Decontaminate PageEditorPublishingAndVersioningUITest#publishNewArticle

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Neutral Neutral
    • None
    • None
    • None
    • None

      Cause

      The issue is around the asset chooser (see MGNLDAM-731). What can happen is that an image is selected but the tree doesn't show this selection.
      We have to either resolve that issue or find a better way to validate the selection in the asset chooser dialog than the selected state in the tree table. (e.g. enable commit button, correct preview img, correct path below the tree table)

      To resolve this issue you could do the following steps

      • create specific branch
      • Try out locally:
        • start test setup with mvn verify -Pmanual-tests -DseleniumBrowser=chrome
        • connect screen sharing to localhost:5901
        • start the ui test in the IDE with the following vm options: -DcontainerRootURL=http://server:8080/ -DdirectContainerRootURL=http://localhost:8599/ -DseleniumBrowser=chrome
      • Fix issue and commit changes
      • Try out full build locally with mvn clean install -Pui-tests -DseleniumBrowser=chrome
      • Push the branch
      • Duplicate the jenkins job magnolia-bundle_trunk-with-selenium and configure instead of master your branch
      • If build is successful on jenkins (ideally multiple times) create PR and integrate the changes

        Acceptance criteria

              Unassigned Unassigned
              mmuehlebach Michael Mühlebach
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:

                  Task DoR