GUI acceptance tests using environment deployed from packages.

Build: #2658 failed

Job: Onezone automations failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

user sees task after adding it to uploaded workflow[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees task after adding it to uploaded workflow[1oz 1op deployed]" in build 2,658 of Onedata Products - gui acceptance pkg - Onezone automations.
Description
user sees task after adding it to uploaded workflow[1oz 1op deployed]
Test class
gui.scenarios.test_onezone_automation
Method
test_user_sees_task_after_adding_it_to_uploaded_workflow[1oz_1op_deployed]
Duration
43 secs
Status
Failed (New Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'workflows_page'
request = <FixtureRequest for <Function 'test_user_sees_task_after_adding_it_to_uploaded_workflow[1oz_1op_deployed]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function
    step_func(**kwargs)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-1293>:2: in add_parallel_box_to_lane
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="3612e54eb1c154954e12396f33f8e1ab")>}
browser_id = 'browser', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
lane_name = 'Lane1'

    @wt(parsers.parse('user of {browser_id} clicks on "Add parallel box" button in '
                      'the middle of "{lane_name}" lane'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def add_parallel_box_to_lane(selenium, browser_id, oz_page, lane_name):
        page = oz_page(selenium[browser_id])['automation']
>       workflow_visualiser = page.workflows_page.workflow_visualiser
E       AttributeError: 'NoneType' object has no attribute 'workflows_page'

tests/gui/steps/onezone/automation/workflow_creation.py:177: AttributeError