GUI acceptance tests using environment deployed from packages.

Build: #2128 failed

Job: Oneprovider hardlinks failed

Stages & jobs

  1. Acceptance Test

hardlink tag opens file details modal with hardlinks information[1oz 1op deployed]: Test case result

The below summarizes the result of the test " hardlink tag opens file details modal with hardlinks information[1oz 1op deployed]" in build 2,128 of Onedata Products - gui acceptance pkg - Chrome oneprovider hardlinks.
Description
hardlink tag opens file details modal with hardlinks information[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_hardlinks
Method
test_hardlink_tag_opens_file_details_modal_with_hardlinks_information[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_hardlink_tag_opens_file_details_modal_with_hardlinks_information[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="655a92953f30ce4ce4905bf0a9a259d8")>}
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