GUI acceptance tests using environment deployed from packages.

Build: #383 failed

Job: Oneprovider ACL basic failed

user sets excluding acl records for group and parent group in specified order[1oz 1op deployed-[deny, delete]-[delete]-fails]: Test case result

The below summarizes the result of the test " user sets excluding acl records for group and parent group in specified order[1oz 1op deployed-[deny, delete]-[delete]-fails]" in build 383 of Onedata Products - gui acceptance pkg - Chrome oneprovider ACL basic.
Description
user sets excluding acl records for group and parent group in specified order[1oz 1op deployed-[deny, delete]-[delete]-fails]
Test class
gui.scenarios.test_oneprovider_acl_basic
Method
test_user_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[1oz_1op_deployed-[deny, delete]-[delete]-fails]
Duration
55 secs
Status
Failed (Existing Failure)

Error Log

StepDefinitionNotFoundError: Step definition is not found: When "user of browser adds ACE with <child_privileges> privileges set for group group3". Line 135 in scenario "User sets excluding ACL records for group and parent group in specified order" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-COAB/onedata/tests/gui/features/oneprovider/data/acl/subjects.feature
child_privileges = '[deny, delete]', result = 'fails'
parent_privileges = '[delete]'
request = <FixtureRequest for <Function 'test_user_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[1oz_1op_deployed-[deny, delete]-[delete]-fails]'>>

>   ???

tests/gui/scenarios/test_oneprovider_acl_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[1oz_1op_deployed-[deny, delete]-[delete]-fails]'>>
step = <pytest_bdd.feature.Step object at 0x7ff1f6741cd0>
scenario = <pytest_bdd.feature.Scenario object at 0x7ff1f67418d0>
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: When "user of browser adds ACE with <child_privileges> privileges set for group group3". Line 135 in scenario "User sets excluding ACL records for group and parent group in specified order" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-COAB/onedata/tests/gui/features/oneprovider/data/acl/subjects.feature

/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:105: StepDefinitionNotFoundError