Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-64358

Flaky ConfigurablePageObject.save() sometimes still on /configSubmit

    XMLWordPrintable

Details

    Description

      When using Folder PageObject, I can see sometimes the save() failing, for example by doing:

      import org.jenkinsci.test.acceptance.po.Folder;
      import org.jenkinsci.test.acceptance.po.Jenkins;
      ...
      Folder folderInController = jenkins.jobs.create(Folder.class, "ControllerFolder");
      folderInController.save();
      

      The expect driver url should ends with /job/ControllerFolder/, but is sometimes ending with /job/ControllerFolder/configSubmit and failing.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ajard A. Jard
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: