Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9939

In webapps, reduce unnecessary waiting from e2e tests

    • Icon: Task Task
    • Resolution: Won't Fix
    • Icon: L3 - Default L3 - Default
    • None
    • None
    • webapp
    • None

      Instead of waiting a set 5 seconds every time, we could wait until the page changed with

      var EC = protractor.ExpectedConditions;
      browser.wait(EC.urlContains('path'), 5000);
      

      This reduces unnecessary wait time

        This is the controller panel for Smart Panels app

            [CAM-9939] In webapps, reduce unnecessary waiting from e2e tests

            We are closing this ticket as part of our backlog grooming. Reasons:

            • We did not receive sufficient evidence that this ticket is important

            Thorben Lindhauer added a comment - We are closing this ticket as part of our backlog grooming. Reasons: We did not receive sufficient evidence that this ticket is important

              tassilo.weidner Tassilo Weidner
              tassilo.weidner Tassilo Weidner
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: