GUI acceptance tests using environment deployed from packages.

Build: #513 failed

Job: Multiprovider basic failed

user uses autocleaning[1oz 2op deployed]: Test case result

The below summarizes the result of the test " user uses autocleaning[1oz 2op deployed]" in build 513 of Onedata Products - gui acceptance pkg - Chrome multiprovider basic tests.
Description
user uses autocleaning[1oz 2op deployed]
Test class
gui.scenarios.test_multiprovider_basic
Method
test_user_uses_autocleaning[1oz_2op_deployed]
Duration
2 mins
Status
Failed (Existing Failure)

Error Log

AttributeError: 'FilePopularity' object has no attribute 'enable_file_popularity'
request = <FixtureRequest for <Function 'test_user_uses_autocleaning[1oz_2op_deployed]'>>

    from tests.gui.steps.onezone.spaces import *
>   from tests.gui.steps.onezone.multibrowser_spaces import *

tests/gui/scenarios/test_multiprovider_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)
<decorator-gen-174>:2: in enable_space_option_in_onepanel
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="e493379d7eda6894e557bfb36d203340")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="6d4ec3eb588a3e51897b2c33e160914f")>}
browser_id = 'browser1', onepanel = <class 'tests.gui.utils.onepanel.Onepanel'>
option = 'file_popularity'

    @wt(parsers.parse('user of {browser_id} enables {option} '
                      'in "{space}" space in Onepanel'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def enable_space_option_in_onepanel(selenium, browser_id, onepanel, option):
        driver = selenium[browser_id]
        option = option.replace('-', '_')
        tab = getattr(onepanel(driver).content.spaces.space, option)
        toggle = 'enable_{}'.format(option)
>       getattr(tab, toggle).check()
E       AttributeError: 'FilePopularity' object has no attribute 'enable_file_popularity'

tests/gui/steps/onepanel/spaces.py:430: AttributeError