Project Number Date
ApolloFullRunnerReport apollo-test-2.157 14 wrz 2021, 06:50

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
UserAuthority 250 6 78 0 0 334 25 9 34 10m 8s 570ms Failed
Feature UserAuthority
Scenario Outline Permission - Edit user main data [A-7965]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-adama" 285ms
And Set basic authorities "ROLE_USERS_TAB;ROLE_EDIT_USERS_MAIN_DATA" to user "oaa1-receiver-2" 430ms
When Login as "oaa1-receiver-2" 4s 251ms
And Go to user "oaa1-receiver" details edition by prepared link 112ms
And Change user details "email" to "newEmailAddress@newEmail.com" 1s 042ms
And Change user details "phone" to "123456789" 549ms
Then Save user details 1s 009ms
And Verify if "newEmailAddress@newEmail.com" and "123456789" are visible in user details page 152ms
Hooks
After Hooks.cleanUserDetailsAfterTest() 654ms
After Hooks.rollbackAddedAuthorities() 268ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy:183)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.deleteResponse(RestUtil.java:344)
	at Utils.RestUtils.RestUtil.deleteFromApolloApi(RestUtil.java:216)
	at CucumberTests.Hooks.lambda$rollbackAddedAuthorities$6(Hooks.java:593)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at CucumberTests.Hooks.rollbackAddedAuthorities(Hooks.java:591)
	at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:16)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.TestCase.run(TestCase.java:49)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 278ms
And Set basic authorities "ROLE_USERS_TAB;EDIT_USERS_NOTIFICATION" to user "pskza1-carrier-2" 226ms
When Login as "pskza1-carrier-2" 7s 098ms
And Go to user "pskza1-carrier" details edition by prepared link 099ms
And Expand "other" notification section 2s 552ms
And Select all notifications in "other" section 283ms
Then Save user details 1s 507ms
After Hooks.cleanUserDetailsAfterTest() 992ms
After Hooks.rollbackAddedAuthorities() 184ms
Scenario Outline Permission - Edit user main data from other company [A-7887]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-adama" 291ms
And Set basic authorities "ROLE_USERS_TAB;ROLE_EDIT_ALL_USERS;ROLE_EDIT_USERS_MAIN_DATA" to user "adama-buyer" 510ms
And Set user details json of user "oaa1-receiver" 010ms
When Login as "adama-buyer" 4s 982ms
And Go to "USERS_TAB" 1s 474ms
And Find user "oaa1-receiver" 3s 564ms
And Change user details "email" to "newEmailAddress@newEmail.com" 958ms
And Change user details "phone" to "123456789" 410ms
Then Save user details 993ms
And Verify if "newEmailAddress@newEmail.com" and "123456789" are visible in user details page 146ms
Hooks
After Hooks.cleanUserDetailsAfterTest() 633ms
After Hooks.rollbackAddedAuthorities() 247ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy:183)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.deleteResponse(RestUtil.java:344)
	at Utils.RestUtils.RestUtil.deleteFromApolloApi(RestUtil.java:216)
	at CucumberTests.Hooks.lambda$rollbackAddedAuthorities$6(Hooks.java:593)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at CucumberTests.Hooks.rollbackAddedAuthorities(Hooks.java:591)
	at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:16)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.TestCase.run(TestCase.java:49)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Scenario Outline Permission - Edit user notifications from other company [A-7887]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-skz" 266ms
And Set basic authorities "ROLE_USERS_TAB;ROLE_EDIT_ALL_USERS;EDIT_USERS_NOTIFICATION" to user "swisskrono-tradesman" 392ms
And Set user details json of user "pskza1-carrier" 012ms
When Login as "swisskrono-tradesman" 9s 173ms
And Go to "USERS_TAB" 1s 592ms
And Find user "pskza1-carrier" 3s 594ms
And Expand "GLUE_FACTORY" notification section 560ms
And Select all notifications in "GLUE_FACTORY" section 1s 289ms
Then Save user details 1s 838ms
Hooks
After Hooks.cleanUserDetailsAfterTest() 1s 080ms
After Hooks.rollbackAddedAuthorities() 261ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy:183)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.deleteResponse(RestUtil.java:344)
	at Utils.RestUtils.RestUtil.deleteFromApolloApi(RestUtil.java:216)
	at CucumberTests.Hooks.lambda$rollbackAddedAuthorities$6(Hooks.java:593)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at CucumberTests.Hooks.rollbackAddedAuthorities(Hooks.java:591)
	at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:16)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.TestCase.run(TestCase.java:49)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 892ms
And Go to "SETTINGS_TAB" 842ms
When Go to "PRODUCER" authorities settings 1s 104ms
And Click add authority button 217ms
And Select "Dostęp do zakładki Ogłoszenia" in basic authority select 1s 015ms
And Click save authority button 243ms
And Expand "ANNOUNCEMENT" panel 1s 011ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 080ms
After Hooks.rollbackAddedAuthorities() 165ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 497ms
And Go to "SETTINGS_TAB" 854ms
When Go to "WAREHOUSE_MANAGER" authorities settings 1s 545ms
And Click add authority button 205ms
And Select "Dostęp do zakładki Ogłoszenia" in basic authority select 961ms
And Click save authority button 275ms
And Expand "ANNOUNCEMENT" panel 1s 413ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 073ms
After Hooks.rollbackAddedAuthorities() 152ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-alrec" and set token of apiUsername "super-admin-alrec" 2s 921ms
And Go to "SETTINGS_TAB" 736ms
When Go to "SALES_EMPLOYEE" authorities settings 755ms
And Click add authority button 200ms
And Select "Dostęp do zakładki Ogłoszenia" in basic authority select 995ms
And Click save authority button 374ms
And Expand "ANNOUNCEMENT" panel 737ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 074ms
After Hooks.rollbackAddedAuthorities() 179ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-farmacol" and set token of apiUsername "super-admin-farmacol" 7s 694ms
And Go to "SETTINGS_TAB" 766ms
When Go to "ANALYST" authorities settings 606ms
And Click add authority button 210ms
And Select "Dostęp do zakładki Ogłoszenia" in basic authority select 969ms
And Click save authority button 255ms
And Expand "ANNOUNCEMENT" panel 633ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 080ms
After Hooks.rollbackAddedAuthorities() 167ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 2s 661ms
And Go to "SETTINGS_TAB" 706ms
When Go to "BUYER" authorities settings 743ms
And Click add authority button 209ms
And Select "Dostęp do zakładki Ogłoszenia" in basic authority select 990ms
And Click save authority button 304ms
And Expand "ANNOUNCEMENT" panel 759ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 072ms
After Hooks.rollbackAddedAuthorities() 164ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 2s 825ms
And Go to "SETTINGS_TAB" 750ms
When Go to "FORWARDING_AGENT" authorities settings 929ms
And Click add authority button 194ms
And Select "Dostęp do zakładki Ogłoszenia" in basic authority select 994ms
And Click save authority button 317ms
And Expand "ANNOUNCEMENT" panel 936ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 083ms
After Hooks.rollbackAddedAuthorities() 227ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 288ms
And Set basic authorities "ROLE_ANNOUNCEMENTS_TAB" to user "swisskrono-tradesman" 227ms
And Login as "super-admin-skz" 2s 897ms
When Go to "SETTINGS_TAB" 860ms
And Go to "TRADESMAN" authorities settings 946ms
And Expand "ANNOUNCEMENT" panel 219ms
And Delete "Dostęp do zakładki Ogłoszenia" basic authority 16s 051ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "not visible" in "ANNOUNCEMENT" authority panel 15s 078ms
After Hooks.rollbackAddedActionAuthorities() 000ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 293ms
And Set basic authorities "ROLE_ANNOUNCEMENTS_TAB" to user "hochland-warehouse-manager" 194ms
And Login as "super-admin-hochland" 3s 123ms
When Go to "SETTINGS_TAB" 828ms
And Go to "WAREHOUSE_MANAGER" authorities settings 1s 378ms
And Expand "ANNOUNCEMENT" panel 286ms
And Delete "Dostęp do zakładki Ogłoszenia" basic authority 16s 045ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "not visible" in "ANNOUNCEMENT" authority panel 15s 047ms
After Hooks.rollbackAddedActionAuthorities() 000ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 273ms
And Set basic authorities "ROLE_ANNOUNCEMENTS_TAB" to user "alrec-sales-employee" 206ms
And Login as "super-admin-alrec" 2s 566ms
When Go to "SETTINGS_TAB" 734ms
And Go to "SALES_EMPLOYEE" authorities settings 705ms
And Expand "ANNOUNCEMENT" panel 261ms
And Delete "Dostęp do zakładki Ogłoszenia" basic authority 16s 006ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "not visible" in "ANNOUNCEMENT" authority panel 15s 105ms
After Hooks.rollbackAddedActionAuthorities() 000ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 402ms
And Set basic authorities "ROLE_ANNOUNCEMENTS_TAB" to user "farmacol-analyst" 224ms
And Login as "super-admin-farmacol" 2s 733ms
When Go to "SETTINGS_TAB" 745ms
And Go to "ANALYST" authorities settings 620ms
And Expand "ANNOUNCEMENT" panel 223ms
And Delete "Dostęp do zakładki Ogłoszenia" basic authority 15s 998ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "not visible" in "ANNOUNCEMENT" authority panel 15s 054ms
After Hooks.rollbackAddedActionAuthorities() 000ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 286ms
And Set basic authorities "ROLE_ANNOUNCEMENTS_TAB" to user "adama-buyer" 204ms
And Login as "super-admin-adama" 2s 469ms
When Go to "SETTINGS_TAB" 755ms
And Go to "BUYER" authorities settings 722ms
And Expand "ANNOUNCEMENT" panel 219ms
And Delete "Dostęp do zakładki Ogłoszenia" basic authority 16s 022ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "not visible" in "ANNOUNCEMENT" authority panel 15s 055ms
After Hooks.rollbackAddedActionAuthorities() 000ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 287ms
And Set basic authorities "ROLE_ANNOUNCEMENTS_TAB" to user "piast-forwarding-agent" 206ms
And Login as "super-admin-piast" 2s 547ms
When Go to "SETTINGS_TAB" 770ms
And Go to "FORWARDING_AGENT" authorities settings 913ms
And Expand "ANNOUNCEMENT" panel 275ms
And Delete "Dostęp do zakładki Ogłoszenia" basic authority 15s 973ms
Then Check if authority "Dostęp do zakładki Ogłoszenia" is "not visible" in "ANNOUNCEMENT" authority panel 15s 026ms
After Hooks.rollbackAddedActionAuthorities() 000ms
Scenario Outline Check if it is possible to add new transport action authority to role group [A-7054]
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-hochland" 303ms
And Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-hochland" 119ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy:183)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.deleteResponse(RestUtil.java:344)
	at Utils.RestUtils.RestUtil.deleteFromApolloApi(RestUtil.java:216)
	at CucumberTests.Utils.AuthorityTest.lambda$null$1(AuthorityTest.java:76)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at CucumberTests.Utils.AuthorityTest.lambda$removeBasicAuthoritiesToUser$2(AuthorityTest.java:73)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at CucumberTests.Utils.AuthorityTest.removeBasicAuthoritiesToUser(AuthorityTest.java:65)
	at ✽.Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-hochland"(file:Features/Atom/Users/UserAuthority.feature:134)
And Login as "super-admin-hochland" 000ms
When Go to "SETTINGS_TAB" 000ms
And Go to "CISTERN" authorities settings 000ms
And Go to "CISTERN_DELIVERY" action authorities settings 000ms
And Click add authority button 000ms
And Select "Usuwanie transportu" in action authority select 000ms
And Select "Bez dodatkowych warunków" in action authority range select 000ms
And Set transport type id 000ms
And Click save authority button 000ms
And Wait "5" seconds 000ms
And Set action authority id 000ms
And Expand "MANAGE_TRANSPORT" panel 000ms
Then Check if authority "Usuwanie transportu" is "visible" in "MANAGE_TRANSPORT" authority panel 000ms
After Hooks.rollbackAddedActionAuthorities() 000ms
After Hooks.rollbackRemovedAuthorities() 169ms
Scenario Outline Check if it is possible to add new transport action authority to role group [A-7054]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-adama" 276ms
And Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-adama" 133ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy:183)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.deleteResponse(RestUtil.java:344)
	at Utils.RestUtils.RestUtil.deleteFromApolloApi(RestUtil.java:216)
	at CucumberTests.Utils.AuthorityTest.lambda$null$1(AuthorityTest.java:76)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at CucumberTests.Utils.AuthorityTest.lambda$removeBasicAuthoritiesToUser$2(AuthorityTest.java:73)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at CucumberTests.Utils.AuthorityTest.removeBasicAuthoritiesToUser(AuthorityTest.java:65)
	at ✽.Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-adama"(file:Features/Atom/Users/UserAuthority.feature:134)
And Login as "super-admin-adama" 000ms
When Go to "SETTINGS_TAB" 000ms
And Go to "RECEIVER" authorities settings 000ms
And Go to "OWN_COLLECTION" action authorities settings 000ms
And Click add authority button 000ms
And Select "Dostęp do typu transportu" in action authority select 000ms
And Select "Bez dodatkowych warunków" in action authority range select 000ms
And Set transport type id 000ms
And Click save authority button 000ms
And Wait "5" seconds 000ms
And Set action authority id 000ms
And Expand "MANAGE_TRANSPORT" panel 000ms
Then Check if authority "Dostęp do typu transportu" is "visible" in "MANAGE_TRANSPORT" authority panel 000ms
After Hooks.rollbackAddedActionAuthorities() 000ms
After Hooks.rollbackRemovedAuthorities() 171ms
Scenario Outline Check if it is possible to add new transport action authority to role group [A-7054]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-skz" 271ms
And Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-skz" 132ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy:183)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.deleteResponse(RestUtil.java:344)
	at Utils.RestUtils.RestUtil.deleteFromApolloApi(RestUtil.java:216)
	at CucumberTests.Utils.AuthorityTest.lambda$null$1(AuthorityTest.java:76)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at CucumberTests.Utils.AuthorityTest.lambda$removeBasicAuthoritiesToUser$2(AuthorityTest.java:73)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at CucumberTests.Utils.AuthorityTest.removeBasicAuthoritiesToUser(AuthorityTest.java:65)
	at ✽.Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-skz"(file:Features/Atom/Users/UserAuthority.feature:134)
And Login as "super-admin-skz" 000ms
When Go to "SETTINGS_TAB" 000ms
And Go to "OBSERVER" authorities settings 000ms
And Go to "GLUE_FACTORY" action authorities settings 000ms
And Click add authority button 000ms
And Select "Tworzenie transportu" in action authority select 000ms
And Select "Bez dodatkowych warunków" in action authority range select 000ms
And Set transport type id 000ms
And Click save authority button 000ms
And Wait "5" seconds 000ms
And Set action authority id 000ms
And Expand "MANAGE_TRANSPORT" panel 000ms
Then Check if authority "Tworzenie transportu" is "visible" in "MANAGE_TRANSPORT" authority panel 000ms
After Hooks.rollbackAddedActionAuthorities() 000ms
After Hooks.rollbackRemovedAuthorities() 170ms
Scenario Outline Check if it is possible to add new transport action authority to role group [A-7054]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-piast" 278ms
And Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-piast" 135ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy:183)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.deleteResponse(RestUtil.java:344)
	at Utils.RestUtils.RestUtil.deleteFromApolloApi(RestUtil.java:216)
	at CucumberTests.Utils.AuthorityTest.lambda$null$1(AuthorityTest.java:76)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at CucumberTests.Utils.AuthorityTest.lambda$removeBasicAuthoritiesToUser$2(AuthorityTest.java:73)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at CucumberTests.Utils.AuthorityTest.removeBasicAuthoritiesToUser(AuthorityTest.java:65)
	at ✽.Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-piast"(file:Features/Atom/Users/UserAuthority.feature:134)
And Login as "super-admin-piast" 000ms
When Go to "SETTINGS_TAB" 000ms
And Go to "QUALITY_CONTROLLER" authorities settings 000ms
And Go to "DELIVERY" action authorities settings 000ms
And Click add authority button 000ms
And Select "Edycja głównych pól transportu" in action authority select 000ms
And Select "Bez dodatkowych warunków" in action authority range select 000ms
And Set transport type id 000ms
And Click save authority button 000ms
And Wait "5" seconds 000ms
And Set action authority id 000ms
And Expand "MAIN_TRANSPORT_DATA" panel 000ms
Then Check if authority "Edycja głównych pól transportu" is "visible" in "MAIN_TRANSPORT_DATA" authority panel 000ms
After Hooks.rollbackAddedActionAuthorities() 000ms
After Hooks.rollbackRemovedAuthorities() 176ms
Scenario Outline Check if it is possible to add new transport action authority to role group [A-7054]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-alrec" 274ms
And Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-alrec" 124ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy:183)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.deleteResponse(RestUtil.java:344)
	at Utils.RestUtils.RestUtil.deleteFromApolloApi(RestUtil.java:216)
	at CucumberTests.Utils.AuthorityTest.lambda$null$1(AuthorityTest.java:76)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at CucumberTests.Utils.AuthorityTest.lambda$removeBasicAuthoritiesToUser$2(AuthorityTest.java:73)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at CucumberTests.Utils.AuthorityTest.removeBasicAuthoritiesToUser(AuthorityTest.java:65)
	at ✽.Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-alrec"(file:Features/Atom/Users/UserAuthority.feature:134)
And Login as "super-admin-alrec" 000ms
When Go to "SETTINGS_TAB" 000ms
And Go to "SALES_EMPLOYEE" authorities settings 000ms
And Go to "INBOUND" action authorities settings 000ms
And Click add authority button 000ms
And Select "Dodawanie dokumentów" in action authority select 000ms
And Select "Bez dodatkowych warunków" in action authority range select 000ms
And Set transport type id 000ms
And Click save authority button 000ms
And Wait "5" seconds 000ms
And Set action authority id 000ms
And Expand "NOTES_AND_DOCUMENTS" panel 000ms
Then Check if authority "Dodawanie dokumentów" is "visible" in "NOTES_AND_DOCUMENTS" authority panel 000ms
After Hooks.rollbackAddedActionAuthorities() 000ms
After Hooks.rollbackRemovedAuthorities() 164ms
Scenario Outline Check if it is possible to add new transport action authority to role group [A-7054]
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-farmacol" 240ms
And Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-farmacol" 133ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy:183)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.deleteResponse(RestUtil.java:344)
	at Utils.RestUtils.RestUtil.deleteFromApolloApi(RestUtil.java:216)
	at CucumberTests.Utils.AuthorityTest.lambda$null$1(AuthorityTest.java:76)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at CucumberTests.Utils.AuthorityTest.lambda$removeBasicAuthoritiesToUser$2(AuthorityTest.java:73)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at CucumberTests.Utils.AuthorityTest.removeBasicAuthoritiesToUser(AuthorityTest.java:65)
	at ✽.Remove basic authorities "ROLE_ANNOUNCEMENTS_TAB" from user "super-admin-farmacol"(file:Features/Atom/Users/UserAuthority.feature:134)
And Login as "super-admin-farmacol" 000ms
When Go to "SETTINGS_TAB" 000ms
And Go to "DISPATCHER" authorities settings 000ms
And Go to "OWN_TRANSPORT" action authorities settings 000ms
And Click add authority button 000ms
And Select "Dodawanie okna czasowego" in action authority select 000ms
And Select "Bez dodatkowych warunków" in action authority range select 000ms
And Set transport type id 000ms
And Click save authority button 000ms
And Wait "5" seconds 000ms
And Set action authority id 000ms
And Expand "ADVICE" panel 000ms
Then Check if authority "Dodawanie okna czasowego" is "visible" in "ADVICE" authority panel 000ms
After Hooks.rollbackAddedActionAuthorities() 000ms
After Hooks.rollbackRemovedAuthorities() 184ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 9s 514ms
When Go to "SETTINGS_TAB" 846ms
And Go to "CISTERN" authorities settings 715ms
And Go to "CISTERN_DELIVERY" action authorities settings 379ms
And Expand "NOTES_AND_DOCUMENTS" panel 223ms
And Click edit button "Dodawanie dokumentów" action authority 444ms
And Delete action authority 15s 988ms
And Expand "NOTES_AND_DOCUMENTS" panel 270ms
Then Check if authority "Dodawanie dokumentów" is "not visible" in "NOTES_AND_DOCUMENTS" authority panel 15s 067ms
After Hooks.rollbackRemovedActionAuthorities() 351ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 5s 002ms
When Go to "SETTINGS_TAB" 822ms
And Go to "RECEIVER" authorities settings 677ms
And Go to "TRANSPORT" action authorities settings 368ms
And Expand "MAIN_TRANSPORT_DATA" panel 223ms
And Click edit button "Widoczność pola uwagi" action authority 492ms
And Delete action authority 15s 946ms
And Expand "MAIN_TRANSPORT_DATA" panel 286ms
Then Check if authority "Widoczność pola uwagi" is "not visible" in "MAIN_TRANSPORT_DATA" authority panel 15s 050ms
After Hooks.rollbackRemovedActionAuthorities() 304ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 7s 436ms
When Go to "SETTINGS_TAB" 808ms
And Go to "OBSERVER" authorities settings 882ms
And Go to "GLUE_FACTORY" action authorities settings 407ms
And Expand "MAIN_TRANSPORT_DATA" panel 237ms
And Click edit button "Widoczność pola uwagi" action authority 479ms
And Delete action authority 16s 545ms
And Expand "MAIN_TRANSPORT_DATA" panel 270ms
Then Check if authority "Widoczność pola uwagi" is "not visible" in "MAIN_TRANSPORT_DATA" authority panel 15s 092ms
After Hooks.rollbackRemovedActionAuthorities() 297ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 6s 083ms
When Go to "SETTINGS_TAB" 756ms
And Go to "QUALITY_CONTROLLER" authorities settings 887ms
And Go to "DELIVERY" action authorities settings 482ms
And Expand "NOTES_AND_DOCUMENTS" panel 267ms
And Click edit button "Dodawanie notatek w tabeli" action authority 516ms
And Delete action authority 16s 575ms
And Expand "NOTES_AND_DOCUMENTS" panel 207ms
Then Check if authority "Dodawanie notatek w tabeli" is "not visible" in "NOTES_AND_DOCUMENTS" authority panel 15s 051ms
After Hooks.rollbackRemovedActionAuthorities() 305ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-alrec" and set token of apiUsername "super-admin-alrec" 4s 485ms
When Go to "SETTINGS_TAB" 729ms
And Go to "SALES_EMPLOYEE" authorities settings 808ms
And Go to "OWN_COLLECTION" action authorities settings 383ms
And Expand "NOTES_AND_DOCUMENTS" panel 223ms
And Click edit button "Dodawanie notatek w tabeli" action authority 453ms
And Delete action authority 16s 038ms
And Expand "NOTES_AND_DOCUMENTS" panel 269ms
Then Check if authority "Dodawanie notatek w tabeli" is "not visible" in "NOTES_AND_DOCUMENTS" authority panel 15s 069ms
After Hooks.rollbackRemovedActionAuthorities() 298ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-farmacol" and set token of apiUsername "super-admin-farmacol" 6s 391ms
When Go to "SETTINGS_TAB" 762ms
And Go to "DISPATCHER" authorities settings 673ms
And Go to "OWN_TRANSPORT" action authorities settings 407ms
And Expand "MAIN_TRANSPORT_DATA" panel 254ms
And Click edit button "Widoczność pola uwagi" action authority 467ms
And Delete action authority 16s
And Expand "MAIN_TRANSPORT_DATA" panel 264ms
Then Check if authority "Widoczność pola uwagi" is "not visible" in "MAIN_TRANSPORT_DATA" authority panel 15s 029ms
After Hooks.rollbackRemovedActionAuthorities() 289ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 537ms
When Go to "SETTINGS_TAB" 816ms
And Go to "CISTERN" authorities settings 664ms
And Go to "CISTERN_DELIVERY" action authorities settings 383ms
And Expand "NOTES_AND_DOCUMENTS" panel 264ms
And Click edit button "Dodawanie dokumentów" action authority 519ms
And Select "Do czasu archiwizacji zlecenia" in action authority range select 778ms
And Click save authority button 283ms
And Expand "NOTES_AND_DOCUMENTS" panel 709ms
Then Check if action authority "Dodawanie dokumentów" range "Do czasu archiwizacji zlecenia" is visible in panel 213ms
After Hooks.rollbackEditedActionAuthorities() 188ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 2s 643ms
When Go to "SETTINGS_TAB" 684ms
And Go to "RECEIVER" authorities settings 624ms
And Go to "CONTAINER" action authorities settings 415ms
And Expand "MAIN_TRANSPORT_DATA" panel 260ms
And Click edit button "Widoczność pola uwagi" action authority 482ms
And Select "Do czasu archiwizacji zlecenia" in action authority range select 781ms
And Click save authority button 277ms
And Expand "MAIN_TRANSPORT_DATA" panel 622ms
Then Check if action authority "Widoczność pola uwagi" range "Do czasu archiwizacji zlecenia" is visible in panel 180ms
After Hooks.rollbackEditedActionAuthorities() 177ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 914ms
When Go to "SETTINGS_TAB" 808ms
And Go to "OBSERVER" authorities settings 837ms
And Go to "GLUE_FACTORY" action authorities settings 405ms
And Expand "MAIN_TRANSPORT_DATA" panel 205ms
And Click edit button "Widoczność pola uwagi" action authority 475ms
And Select "Do czasu archiwizacji zlecenia" in action authority range select 721ms
And Click save authority button 261ms
And Expand "MAIN_TRANSPORT_DATA" panel 891ms
Then Check if action authority "Widoczność pola uwagi" range "Do czasu archiwizacji zlecenia" is visible in panel 208ms
After Hooks.rollbackEditedActionAuthorities() 183ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 3s 096ms
When Go to "SETTINGS_TAB" 714ms
And Go to "QUALITY_CONTROLLER" authorities settings 835ms
And Go to "DELIVERY" action authorities settings 407ms
And Expand "NOTES_AND_DOCUMENTS" panel 309ms
And Click edit button "Dodawanie dokumentów" action authority 483ms
And Select "Do czasu archiwizacji zlecenia" in action authority range select 759ms
And Click save authority button 218ms
And Expand "NOTES_AND_DOCUMENTS" panel 855ms
Then Check if action authority "Dodawanie dokumentów" range "Do czasu archiwizacji zlecenia" is visible in panel 203ms
After Hooks.rollbackEditedActionAuthorities() 157ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-alrec" and set token of apiUsername "super-admin-alrec" 2s 590ms
When Go to "SETTINGS_TAB" 744ms
And Go to "SALES_EMPLOYEE" authorities settings 688ms
And Go to "OWN_COLLECTION" action authorities settings 382ms
And Expand "NOTES_AND_DOCUMENTS" panel 213ms
And Click edit button "Dodawanie dokumentów" action authority 490ms
And Select "Do czasu archiwizacji zlecenia" in action authority range select 795ms
And Click save authority button 286ms
And Expand "NOTES_AND_DOCUMENTS" panel 721ms
Then Check if action authority "Dodawanie dokumentów" range "Do czasu archiwizacji zlecenia" is visible in panel 211ms
After Hooks.rollbackEditedActionAuthorities() 184ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-farmacol" and set token of apiUsername "super-admin-farmacol" 2s 745ms
When Go to "SETTINGS_TAB" 756ms
And Go to "DISPATCHER" authorities settings 649ms
And Go to "OWN_TRANSPORT" action authorities settings 407ms
And Expand "MAIN_TRANSPORT_DATA" panel 237ms
And Click edit button "Widoczność pola uwagi" action authority 477ms
And Select "Do czasu archiwizacji zlecenia" in action authority range select 730ms
And Click save authority button 234ms
And Expand "MAIN_TRANSPORT_DATA" panel 772ms
Then Check if action authority "Widoczność pola uwagi" range "Do czasu archiwizacji zlecenia" is visible in panel 183ms
After Hooks.rollbackEditedActionAuthorities() 202ms