Uploaded image for project: 'onedata'
  1. onedata
  2. VFS-10938

acceptance test: fix step wait_for_workflow_to_be_stopped

XMLWordPrintable

      • Icon: Task Task
      • Resolution: Fixed
      • Icon: Minor Minor
      • None
      • None
      • None
      • None
      • Sprint 252, Sprint 253
      • 1

        @wt(parsers.re('user of (?P<browser_id>.*) waits for workflow '
        '"(?P<workflow>.*)" to be (paused|cancelled|stopped)'))
        def wait_for_workflow_to_be_stopped(selenium, browser_id, op_container):
        page = switch_to_automation_page(selenium, browser_id, op_container)
        status = page.workflow_visualiser.status
        while status == 'Stopping':
        time.sleep(1)
        status = page.workflow_visualiser.status

        jeśli workflow się nigdy nie zastopuje to test się uwiesi, trzbe gdzieś kiedyś, po jakimś czasie przerwać ten step

                  wojciech Wojciech Szmelich
                  ksuch999 Katarzyna Such
                  Votes:
                  0 Vote for this issue
                  Watchers:
                  1 Start watching this issue

                    Created:
                    Updated:
                    Resolved: