GUI acceptance tests using environment deployed from packages.
Build: #513 failed
Job: Chrome metadata test failed
entered invalid metadata for file will not be saved[1oz 1op deployed]: Test case result
The below summarizes the result of the test " entered invalid metadata for file will not be saved[1oz 1op deployed]" in build 513 of Onedata Products - gui acceptance pkg - Chrome metadata test.
- Description
- entered invalid metadata for file will not be saved[1oz 1op deployed]
- Test class
- gui.scenarios.test_metadata
- Method
- test_entered_invalid_metadata_for_file_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_file_will_not_be_saved[1oz_1op_deployed]'>> > ??? tests/gui/scenarios/test_metadata.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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 = 'file1' tmp_memory = defaultdict(<type 'dict'>, {'browser': {'shares': {}, 'mailbox': {}, 'window':...ts.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f2ed215dc50>}}) @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