GUI acceptance tests using environment deployed from packages.
Build: #2470 failed
Job: Chrome onezone automations tests failed
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,470 of Onedata Products - gui acceptance pkg - Chrome onezone automations tests.
- 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
- 45 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-1235>: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="45e85b24c514f2488ecbbb8283a69b59")>} 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.py:368: AttributeError