GUI acceptance tests using environment deployed from packages.

Build: #673 failed

Job: Onepanel basic failed

user changes provider name and domain[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user changes provider name and domain[1oz 1op deployed]" in build 673 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
Description
user changes provider name and domain[1oz 1op deployed]
Test class
gui.scenarios.test_onepanel_basic
Method
test_user_changes_provider_name_and_domain[1oz_1op_deployed]
Duration
2 mins
Status
Failed (New Failure)

Error Log

RuntimeError: no COPY HOSTNAME item found in ProviderPopover in modals
request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain[1oz_1op_deployed]'>>

    from tests.gui.steps.onezone.providers import *
>   from tests.gui.steps.onezone.manage_account import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-302>:2: in assert_provider_hostname_matches_test_hostname
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/providers.py:82: in assert_provider_hostname_matches_test_hostname
    _click_copy_hostname(driver, modals)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-304>:2: in _click_copy_hostname
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/providers.py:91: in _click_copy_hostname
    modals(driver).provider_popover.copy_hostname()
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 '
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="4a320d377d3c4a60a00d99ccebcfafc2", element="0.8959629522010959-20")>
css_sel = '.provider-host-copy-btn .oneicon-clipboard-copy'
err_msg = 'no COPY HOSTNAME item found in ProviderPopover in modals'

    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 COPY HOSTNAME item found in ProviderPopover in modals

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