GUI acceptance tests using environment deployed from packages.
Build: #2383 failed
Job: Multiprovider multiuser failed
user uploads file on one provider sees its distribution downloads on other provider and again sees its distribution[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user uploads file on one provider sees its distribution downloads on other provider and again sees its distribution[1oz 2op deployed]" in build 2,383 of Onedata Products - gui acceptance pkg - Chrome multiprovider multiuser tests.
- Description
- user uploads file on one provider sees its distribution downloads on other provider and again sees its distribution[1oz 2op deployed]
- Test class
- gui.scenarios.test_multiprovider_multiuser
- Method
- test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution[1oz_2op_deployed]
- Duration
- 4 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: Expected tab: Distribution does not match actual active tab: Data distribution on modal Details modal request = <FixtureRequest for <Function 'test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution[1oz_2op_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) tests/gui/meta_steps/oneprovider/common.py:102: in wt_assert_file_chunks assert_tab_in_modal(selenium, browser_id, tab, modals, details_modal) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-975>:2: in assert_tab_in_modal ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="0ec06b9393fdc6f1373b48f9c5dfc0c0")>, 'space_owner_browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="58742427e3c952ffb16d610646a1bc77")>} browser_id = 'space_owner_browser', tab = 'Distribution' modals = <class 'tests.gui.utils.common.modals.Modals'> modal_name = 'Details modal' @wt(parsers.parse('user of {browser_id} sees that "{modal_name}" modal is ' 'opened on "{tab}" tab')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_tab_in_modal(selenium, browser_id, tab, modals, modal_name): active_tab = getattr(modals(selenium[browser_id]), check_modal_name(transform(modal_name))).active_tab err_msg = (f'Expected tab: {tab} does not match actual active tab: ' f'{active_tab} on modal {modal_name}') > assert tab in active_tab, err_msg E AssertionError: Expected tab: Distribution does not match actual active tab: Data distribution on modal Details modal tests/gui/steps/modals/details_modal.py:98: AssertionError