GUI acceptance tests using environment deployed from packages.

Build: #2849 failed

Job: Onezone harvesters basic failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

user successfully renames harvester[1oz 1op elasticsearch]: Test case result

The below summarizes the result of the test " user successfully renames harvester[1oz 1op elasticsearch]" in build 2,849 of Onedata Products - gui acceptance pkg - Onezone harvesters basic.
Description
user successfully renames harvester[1oz 1op elasticsearch]
Test class
gui.scenarios.test_onezone_harvesters_basic
Method
test_user_successfully_renames_harvester[1oz_1op_elasticsearch]
Jira Issue
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError: "harvester7" not found on discovery list
request = <FixtureRequest for <Function 'test_user_successfully_renames_harvester[1oz_1op_elasticsearch]'>>

    @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)
<decorator-gen-819>:2: in check_element_exists_on_sidebar_list
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="2384929c337556011ba36ecf5c931250")>}
browser_id = 'browser', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
name = 'harvester7', option = 'appeared on', list_type = 'discovery'

    @wt(parsers.re('user of (?P<browser_id>.*) sees that "(?P<name>.*)" has'
                   ' (?P<option>.*) the (?P<list_type>harvesters|automation) '
                   'list in the sidebar'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def check_element_exists_on_sidebar_list(selenium, browser_id, oz_page,
                                             name, option, list_type):
        driver = selenium[browser_id]
        list_type = 'discovery' if list_type == 'harvesters' else list_type
        if option.startswith('appeared'):
>           assert name in oz_page(driver)[list_type].elements_list, \
                f'"{name}" not found on {list_type} list'
E           AssertionError: "harvester7" not found on discovery list

tests/gui/steps/onezone/harvesters/discovery.py:47: AssertionError