GUI acceptance tests using environment deployed from packages.
Build: #6 failed
Job: Multiprovider multiuser failed
user uploads file on one provider sees its distribution downloads on other provider and again sees its distribution: Test case result
The below summarizes the result of the test " user uploads file on one provider sees its distribution downloads on other provider and again sees its distribution" in build 6 of Onedata Products - gui acceptance pkg - Chrome multiprovider multiuser tests.
- Description
- user uploads file on one provider sees its distribution downloads on other provider and again sees its distribution
- Test class
- gui.scenarios.test_multiprovider_multiuser
- Method
- test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution
- Duration
- 20 secs
- Status
- Failed (New Failure)
Error Log
StepDefinitionNotFoundError: Step definition is not found: Given "users of [browser1, browser2] clicked on the "Go to your files" button in provider popup". Line 25 in scenario "User uploads file on one provider, sees it's distribution, downloads on other provider and again sees it's distribution" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-CMMT/onedata/tests/gui/features/oneprovider/multiprovider/multi_browser.feature request = <FixtureRequest for <Function 'test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution'>> > from tests.gui.steps.oneprovider.common import * tests/gui/scenarios/test_multiprovider_multiuser.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:163: in _execute_scenario step_func = _find_step_function(request, step, scenario, encoding=encoding) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ request = <FixtureRequest for <Function 'test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution'>> step = <pytest_bdd.feature.Step object at 0x7f7e215eabd0> scenario = <pytest_bdd.feature.Scenario object at 0x7f7e215eac50> encoding = 'utf-8' def _find_step_function(request, step, scenario, encoding): """Match the step defined by the regular expression pattern. :param request: PyTest request object. :param step: Step. :param scenario: Scenario. :return: Function of the step. :rtype: function """ name = step.name try: return get_fixture_value(request, get_step_fixture_name(name, step.type, encoding)) except pytest_fixtures.FixtureLookupError: try: name = find_argumented_step_fixture_name(name, step.type, request._fixturemanager, request) if name: return get_fixture_value(request, name) raise except pytest_fixtures.FixtureLookupError: raise exceptions.StepDefinitionNotFoundError( u"""Step definition is not found: {step}.""" """ Line {step.line_number} in scenario "{scenario.name}" in the feature "{feature.filename}""".format( step=step, scenario=scenario, > feature=scenario.feature, ) ) E StepDefinitionNotFoundError: Step definition is not found: Given "users of [browser1, browser2] clicked on the "Go to your files" button in provider popup". Line 25 in scenario "User uploads file on one provider, sees it's distribution, downloads on other provider and again sees it's distribution" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-CMMT/onedata/tests/gui/features/oneprovider/multiprovider/multi_browser.feature /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:105: StepDefinitionNotFoundError