GUI acceptance tests using environment deployed from packages.

Build: #558 failed

Job: Onepanel basic failed

user fails to see members without view cluster[1oz 1op not deployed]: Test case result

The below summarizes the result of the test " user fails to see members without view cluster[1oz 1op not deployed]" in build 558 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
Description
user fails to see members without view cluster[1oz 1op not deployed]
Test class
gui.scenarios.test_onepanel_basic
Method
test_user_fails_to_see_members_without_view_cluster[1oz_1op_not_deployed]
Duration
2 mins
Status
Failed (Existing Failure)

Error Log

RuntimeError: no TITLE item found in CLUSTERS sidebar in dev-oneprovider-krakow Oneprovider Panel 19.02.0-beta1
request = <FixtureRequest for <Function 'test_user_fails_to_see_members_without_view_cluster[1oz_1op_not_deployed]'>>

>   ???

tests/gui/scenarios/test_onepanel_basic.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function
    step_func(**kwargs)
<decorator-gen-82>:2: in wt_click_on_subitem_for_item
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onepanel/common.py:46: in wt_click_on_subitem_for_item
    transform(sidebar))
tests/gui/utils/core/web_elements.py:58: in __get__
    elem = super(WebItem, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
tests/gui/utils/generic.py:91: in find_web_elem
    err_msg = err_msg()
tests/gui/utils/core/web_elements.py:30: in <lambda>
    'in {parent}', instance))
tests/gui/utils/core/web_elements.py:34: in _format_msg
    p_name = (self.parent_name if self.parent_name != '' else str(parent))
tests/gui/utils/onepanel/__init__.py:30: in __str__
    return '{} sidebar in {}'.format(self.title, self.parent)
tests/gui/utils/core/web_elements.py:76: in __get__
    item = super(Label, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
tests/gui/utils/generic.py:91: in find_web_elem
    err_msg = err_msg()
tests/gui/utils/core/web_elements.py:30: in <lambda>
    'in {parent}', instance))
tests/gui/utils/core/web_elements.py:34: in _format_msg
    p_name = (self.parent_name if self.parent_name != '' else str(parent))
tests/gui/utils/onepanel/__init__.py:30: in __str__
    return '{} sidebar in {}'.format(self.title, self.parent)
tests/gui/utils/core/web_elements.py:76: in __get__
    item = super(Label, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
tests/gui/utils/generic.py:91: in find_web_elem
    err_msg = err_msg()
tests/gui/utils/core/web_elements.py:30: in <lambda>
    'in {parent}', instance))
tests/gui/utils/core/web_elements.py:34: in _format_msg
    p_name = (self.parent_name if self.parent_name != '' else str(parent))
tests/gui/utils/onepanel/__init__.py:30: in __str__
    return '{} sidebar in {}'.format(self.title, self.parent)
tests/gui/utils/core/web_elements.py:76: in __get__
    item = super(Label, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
tests/gui/utils/generic.py:91: in find_web_elem
    err_msg = err_msg()
tests/gui/utils/core/web_elements.py:30: in <lambda>
    'in {parent}', instance))
tests/gui/utils/core/web_elements.py:34: in _format_msg
    p_name = (self.parent_name if self.parent_name != '' else str(parent))
tests/gui/utils/onepanel/__init__.py:30: in __str__
    return '{} sidebar in {}'.format(self.title, self.parent)
tests/gui/utils/core/web_elements.py:76: in __get__
    item = super(Label, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="733cc87514e8e72fa7a5acb55f4e982c", element="0.2774238397275621-3")>
css_sel = '.col-title'
err_msg = 'no TITLE item found in CLUSTERS sidebar in dev-oneprovider-krakow\nOneprovider Panel 19.02.0-beta1'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
            item = web_elem_root.find_element_by_css_selector(css_sel)
        except NoSuchElementException:
            with suppress(TypeError):
                err_msg = err_msg()
>           raise RuntimeError(err_msg)
E           RuntimeError: no TITLE item found in CLUSTERS sidebar in dev-oneprovider-krakow
E           Oneprovider Panel 19.02.0-beta1

tests/gui/utils/generic.py:92: RuntimeError