Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #461 failed

Job: Onepanel failed

user supports space with storage sync with no options enabled[1oz 1op 1oc-web GUi-RESt-RESt]: Test case result

The below summarizes the result of the test " user supports space with storage sync with no options enabled[1oz 1op 1oc-web GUi-RESt-RESt]" in build 461 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
Description
user supports space with storage sync with no options enabled[1oz 1op 1oc-web GUi-RESt-RESt]
Test class
mixed.scenarios.test_onepanel_basic
Method
test_user_supports_space_with_storage_sync_with_no_options_enabled[1oz_1op_1oc-web GUI-REST-REST]
Jira Issue
Duration
3 mins
Status
Failed (Existing Failure)

Error Log

TypeError: 'NoneType' object has no attribute '__getitem__'
client1 = 'web GUI', client2 = 'REST', client3 = 'REST'
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_with_no_options_enabled[1oz_1op_1oc-web GUI-REST-REST]'>>

>   ???

tests/mixed/scenarios/test_onepanel_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-634>:2: in assert_space_content_in_op
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/onepanel_basic.py:556: in assert_space_content_in_op
    host, hosts, modals)
tests/gui/meta_steps/oneprovider/data.py:256: in assert_space_content_in_op_gui
    hosts, modals)
tests/gui/meta_steps/oneprovider/common.py:48: in navigate_to_tab_in_op_using_gui
    modals)
tests/gui/meta_steps/onezone/common.py:66: in g_wt_visit_op
    modals)
<decorator-gen-626>:2: in visit_op
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browsers': <selenium.webdriver.chrome.webdriver.WebDriver (session="f4160512d4b53d3ee1b97369600323c5")>, 'onepanel':...7369600323c5")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="5b49b772dd35e60453aab1334604ce73")>}
browser_id = 'user1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
provider_name = 'dev-oneprovider-krakow'
modals = <class 'tests.gui.utils.common.modals.Modals'>

    @repeat_failed(timeout=WAIT_FRONTEND)
    def visit_op(selenium, browser_id, oz_page, provider_name, modals):
        driver = selenium[browser_id]
        providers_panel = oz_page(driver)['providers']
>       providers_panel[provider_name]()
E       TypeError: 'NoneType' object has no attribute '__getitem__'

tests/gui/meta_steps/onezone/common.py:50: TypeError