GUI acceptance tests using environment deployed from packages.

Build: #513 failed

Job: Chrome metadata test failed

entered invalid metadata for directory will not be saved[1oz 1op deployed]: Test case result

The below summarizes the result of the test " entered invalid metadata for directory will not be saved[1oz 1op deployed]" in build 513 of Onedata Products - gui acceptance pkg - Chrome metadata test.
Description
entered invalid metadata for directory will not be saved[1oz 1op deployed]
Test class
gui.scenarios.test_metadata
Method
test_entered_invalid_metadata_for_directory_will_not_be_saved[1oz_1op_deployed]
Jira Issue
Duration
1 min
Status
Failed (Existing Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_entered_invalid_metadata_for_directory_will_not_be_saved[1oz_1op_deployed]'>>

    from tests.gui.steps.oneprovider_common import *
>   from tests.gui.meta_steps.onezone.common import *

tests/gui/scenarios/test_metadata.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-410>:2: in assert_btn_disabled_in_metadata_footer
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'browser', button_name = 'Save all changes', item_name = 'dir1'
tmp_memory = defaultdict(<type 'dict'>, {'browser': {'shares': {}, 'mailbox': {}, 'window':...ts.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f2ed1fee490>}})

    @when(parsers.parse('user of {browser_id} sees that "{button_name}" button '
                        'in metadata panel opened for "{item_name}" is disabled'))
    @then(parsers.parse('user of {browser_id} sees that "{button_name}" button '
                        'in metadata panel opened for "{item_name}" is disabled'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_btn_disabled_in_metadata_footer(browser_id, button_name,
                                               item_name, tmp_memory):
        browser = tmp_memory[browser_id]['file_browser']
        metadata_row = browser.get_metadata_for(item_name)
        btn = getattr(metadata_row, button_name.lower().replace(' ', '_'))()
>       assert not btn.is_enabled()
E       AssertionError

tests/gui/steps/oneprovider/metadata.py:117: AssertionError