GUI acceptance tests using environment deployed from packages.
Build: #1811 failed
Job: Chrome onezone automations tests failed
user joins an inventory with group invitation token and sees renamed inventory[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user joins an inventory with group invitation token and sees renamed inventory[1oz 1op deployed]" in build 1,811 of Onedata Products - gui acceptance pkg - Chrome onezone automations tests.
- Description
- user joins an inventory with group invitation token and sees renamed inventory[1oz 1op deployed]
- Test class
- gui.scenarios.test_onezone_automation
- Method
- test_user_joins_an_inventory_with_group_invitation_token_and_sees_renamed_inventory[1oz_1op_deployed]
- Duration
- 4 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: inventory: inventory2 not found request = <FixtureRequest for <Function 'test_user_joins_an_inventory_with_group_invitation_token_and_sees_renamed_inventory[1oz_1op_deployed]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/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-1031>:2: in assert_inventory_exists ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="411b0065aa9811a01f6da0ebb208d863")>, 'space_owner_browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="5602d0d1247d10badeb3b4c508282c2b")>} browser_ids = 'browser1', option = 'sees', inventory = 'inventory2' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @wt(parsers.re('users? of (?P<browser_ids>.*) (?P<option>does not see|sees) ' 'inventory "(?P<inventory>.*)" on inventory list')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_inventory_exists(selenium, browser_ids, option, inventory, oz_page): for browser_id in parse_seq(browser_ids): elem_list = oz_page(selenium[browser_id])['automation'].elements_list if option == 'does not see': assert inventory not in elem_list, f'inventory: {inventory} found' else: > assert inventory in elem_list, f'inventory: {inventory} not found' E AssertionError: inventory: inventory2 not found tests/gui/steps/onezone/automation.py:91: AssertionError