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

Build: #461 failed

Job: Onepanel failed

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

The below summarizes the result of the test " user supports space with storage sync and enabled options delete and write once[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 and enabled options delete and write once[1oz 1op 1oc-web GUi-RESt-RESt]
Test class
mixed.scenarios.test_onepanel_basic
Method
test_user_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once[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_and_enabled_options_delete_and_write_once[1oz_1op_1oc-web GUI-REST-REST]'>>

    from tests.mixed.steps.onepanel_basic import *
>   from tests.mixed.steps.space_basic import *

tests/mixed/scenarios/test_onepanel_basic.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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="eb70f7bcf9da5521dc8d11aa98e5e829")>, 'onepanel':...11aa98e5e829")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="7ea634c5a7a6d570007d7bad01aa543c")>}
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