GUI acceptance tests using environment deployed from packages.
Build: #2140 failed
Job: Oneprovider hardlinks was successful
new hardlink name is visible after hardlink rename[1oz 1op deployed]: Test case result
The below summarizes the result of the test " new hardlink name is visible after hardlink rename[1oz 1op deployed]" in build 2,140 of Onedata Products - gui acceptance pkg - Chrome oneprovider hardlinks.
- Description
- new hardlink name is visible after hardlink rename[1oz 1op deployed]
- Test class
- gui.scenarios.test_oneprovider_hardlinks
- Method
- test_new_hardlink_name_is_visible_after_hardlink_rename[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: Hardlink tab is not active in file details modal request = <FixtureRequest for <Function 'test_new_hardlink_name_is_visible_after_hardlink_rename[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) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="c698ff36030f8864a4b1bb40b58ef654")>} browser_id = 'browser', modals = <class 'tests.gui.utils.common.modals.Modals'> @wt(parsers.parse('user of {browser_id} sees that "File details" modal is ' 'opened on "Hard links" tab')) def check_file_dets_modal_opened_on_hardlinks_tab(selenium, browser_id, modals): hardlink_tab = modals(selenium[browser_id]).details_modal.hardlinks_tab > assert hardlink_tab.is_active(), ('Hardlink tab is not active in file ' 'details modal') E AssertionError: Hardlink tab is not active in file details modal tests/gui/steps/oneprovider/file_browser.py:299: AssertionError