GUI acceptance tests using environment deployed from packages.
Build: #2128 failed
Job: Oneprovider hardlinks failed
user creates hardlinks in other directories than original files[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user creates hardlinks in other directories than original files[1oz 1op deployed]" in build 2,128 of Onedata Products - gui acceptance pkg - Chrome oneprovider hardlinks.
- Description
- user creates hardlinks in other directories than original files[1oz 1op deployed]
- Test class
- gui.scenarios.test_oneprovider_hardlinks
- Method
- test_user_creates_hardlinks_in_other_directories_than_original_files[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
AssertionError: Hardlink tab is not active in file details modal request = <FixtureRequest for <Function 'test_user_creates_hardlinks_in_other_directories_than_original_files[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="aa5289e3ac701711b4ffc8dae0010f3a")>} 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