GUI acceptance tests using environment deployed from packages.

Build: #2584 failed

Job: Atm workflows stores failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

user sees expected results in result store after modifying input store type to storage type and executing uploaded counting checksums workflow[1oz 1op openfaas-list-[file1, dir1, dir1/file2, dir1/dir2/file3]-4-[file1, dir1, dir1/file2, dir1/dir2/file3]]: Test case result

The below summarizes the result of the test " user sees expected results in result store after modifying input store type to storage type and executing uploaded counting checksums workflow[1oz 1op openfaas-list-[file1, dir1, dir1/file2, dir1/dir2/file3]-4-[file1, dir1, dir1/file2, dir1/dir2/file3]]" in build 2,584 of Onedata Products - gui acceptance pkg - Oneprovider atm workflows stores.
Description
user sees expected results in result store after modifying input store type to storage type and executing uploaded counting checksums workflow[1oz 1op openfaas-list-[file1, dir1, dir1/file2, dir1/dir2/file3]-4-[file1, dir1, dir1/file2, dir1/dir2/file3]]
Test class
gui.scenarios.test_oneprovider_atm_workflows_stores
Method
test_user_sees_expected_results_in_result_store_after_modifying_input_store_type_to_storage_type_and_executing_uploaded_counting_checksums_workflow[1oz_1op_openfaas-List-[file1, dir1, dir1/file2, dir1/dir2/file3]-4-[file1, dir1, dir1/file2, dir1/dir2/file3]]
Duration
41 secs
Status
Failed (New Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'workflows_page'
request = <FixtureRequest for <Function 'test_user_sees_expected_results_in_result_store_after_modifying_input_store_type_to_sto...kflow[1oz_1op_openfaas-List-[file1, dir1, dir1/file2, dir1/dir2/file3]-4-[file1, dir1, dir1/file2, dir1/dir2/file3]]'>>

    @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)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="2bbd29dafcef17d38a93c05365f0d802")>}
browser_id = 'browser', lane = 'calculate-checksums'
popups = <class 'tests.gui.utils.common.popups.Popups'>
modals = <class 'tests.gui.utils.common.modals.Modals'>, task = 'sha256'

    @wt(parsers.re('user of (?P<browser_id>.*) removes "(?P<task>.*)" task'
                   ' from (?P<ordinal>.*) parallel box in "(?P<lane>.*)" lane'))
    def remove_task_from_lane(oz_page, selenium, browser_id, lane, popups, modals,
                              task):
        modal = 'Remove task'
        option = 'Remove'
    
        driver = selenium[browser_id]
        page = oz_page(driver)['automation']
>       lane = page.workflows_page.workflow_visualiser.workflow_lanes[lane]
E       AttributeError: 'NoneType' object has no attribute 'workflows_page'

tests/gui/meta_steps/onezone/automation/task_management.py:134: AttributeError