Project Number Date
ApolloFullRunnerReport apollo-test-2.141 02 wrz 2021, 02:51

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
User 630 8 30 0 0 668 80 8 88 28m 18s 804ms Failed
Feature User
Scenario Outline Check if it possible to edit user by my account. User must exist in the system
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" 32s 122ms
org.openqa.selenium.TimeoutException: Expected condition failed: Nie udalo sie poprawnie zalogowac swisskrono-admin (tried for 20 second(s) with 500 MILLISECONDS interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.login_as(LoginTest.java:55)
	at ✽.Login as "swisskrono-admin"(file:Features/Atom/Users/User.feature:4)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //a[text()='Logout'] | //a[text()='Wyloguj']
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.login_as(LoginTest.java:55)
	at sun.reflect.GeneratedMethodAccessor224.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.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	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)
When Edit user by my account 000ms
And Wait "2" seconds 000ms
Then Check if user details are successfully edited by my account tab 000ms
Scenario Outline Check if it possible to edit user by my account. User must exist in the system
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" 32s 069ms
org.openqa.selenium.TimeoutException: Expected condition failed: Nie udalo sie poprawnie zalogowac piast-admin (tried for 20 second(s) with 500 MILLISECONDS interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.login_as(LoginTest.java:55)
	at ✽.Login as "piast-admin"(file:Features/Atom/Users/User.feature:4)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //a[text()='Logout'] | //a[text()='Wyloguj']
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.login_as(LoginTest.java:55)
	at sun.reflect.GeneratedMethodAccessor224.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.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	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)
When Edit user by my account 000ms
And Wait "2" seconds 000ms
Then Check if user details are successfully edited by my account tab 000ms
Scenario Outline Check if it possible to edit user by my account. User must exist in the system
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "lantmannen-admin" 32s 152ms
org.openqa.selenium.TimeoutException: Expected condition failed: Nie udalo sie poprawnie zalogowac lantmannen-admin (tried for 20 second(s) with 500 MILLISECONDS interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.login_as(LoginTest.java:55)
	at ✽.Login as "lantmannen-admin"(file:Features/Atom/Users/User.feature:4)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //a[text()='Logout'] | //a[text()='Wyloguj']
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.login_as(LoginTest.java:55)
	at sun.reflect.GeneratedMethodAccessor224.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.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	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)
When Edit user by my account 000ms
And Wait "2" seconds 000ms
Then Check if user details are successfully edited by my account tab 000ms
Scenario Outline Check if it possible to edit user by my account. User must exist in the system
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "keeeper-admin" 32s 239ms
org.openqa.selenium.TimeoutException: Expected condition failed: Nie udalo sie poprawnie zalogowac keeeper-admin (tried for 20 second(s) with 500 MILLISECONDS interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.login_as(LoginTest.java:55)
	at ✽.Login as "keeeper-admin"(file:Features/Atom/Users/User.feature:4)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //a[text()='Logout'] | //a[text()='Wyloguj']
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.login_as(LoginTest.java:55)
	at sun.reflect.GeneratedMethodAccessor224.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.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	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)
When Edit user by my account 000ms
And Wait "2" seconds 000ms
Then Check if user details are successfully edited by my account tab 000ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 8s 439ms
And Delete invitations with email "automaty@test.pl" 155ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 7s 314ms
When Go to "USERS_TAB" 3s 203ms
When Delete user "automaty@test.pl" 6s 505ms
Then Success alert is displayed 154ms
And User "is not" displayed in users list "automaty@test.pl" 16s 523ms
After Hooks.deleteUserAndCompanyAfterTest() 452ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-lantmannen" and set token of apiUsername "super-admin-lantmannen" 5s 007ms
And Delete invitations with email "automaty@test.pl" 106ms
And Create and accept invitation by JSON file as "super-admin-lantmannen" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 5s 308ms
When Go to "USERS_TAB" 2s 948ms
When Delete user "automaty@test.pl" 5s 605ms
Then Success alert is displayed 082ms
And User "is not" displayed in users list "automaty@test.pl" 16s 549ms
After Hooks.deleteUserAndCompanyAfterTest() 426ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-pgf" and set token of apiUsername "super-admin-pgf" 5s 991ms
And Delete invitations with email "automaty@test.pl" 105ms
And Create and accept invitation by JSON file as "super-admin-pgf" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 3s 875ms
When Go to "USERS_TAB" 2s 887ms
When Delete user "automaty@test.pl" 5s 487ms
Then Success alert is displayed 091ms
And User "is not" displayed in users list "automaty@test.pl" 16s 490ms
After Hooks.deleteUserAndCompanyAfterTest() 423ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-pgf" and set token of apiUsername "super-admin-pgf" 2s 619ms
And Delete invitations with email "automaty@test.pl" 132ms
And Create and accept invitation by JSON file as "super-admin-pgf" for "automaty@test.pl" "CREATE_SUPPLIER_INVITATION" 3s 841ms
When Go to "USERS_TAB" 1s 472ms
When Delete user "automaty@test.pl" 5s 466ms
Then Success alert is displayed 088ms
And User "is not" displayed in users list "automaty@test.pl" 16s 555ms
After Hooks.deleteUserAndCompanyAfterTest() 417ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 5s 858ms
And Delete invitations with email "automaty@test.pl" 095ms
And Create and accept invitation by JSON file as "super-admin-adama" for "automaty@test.pl" "CREATE_SUPPLIER_INVITATION" 3s 417ms
When Go to "USERS_TAB" 2s 923ms
When Delete user "automaty@test.pl" 5s 494ms
Then Success alert is displayed 093ms
And User "is not" displayed in users list "automaty@test.pl" 16s 575ms
After Hooks.deleteUserAndCompanyAfterTest() 531ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 5s 596ms
And Delete invitations with email "automaty@test.pl" 126ms
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 4s 811ms
When Go to "USERS_TAB" 2s 985ms
When Delete user "automaty@test.pl" 5s 761ms
Then Success alert is displayed 100ms
And User "is not" displayed in users list "automaty@test.pl" 16s 502ms
After Hooks.deleteUserAndCompanyAfterTest() 433ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 614ms
And Delete invitations with email "automaty@test.pl" 096ms
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_SUPPLIER_INVITATION" 4s 634ms
When Go to "USERS_TAB" 1s 554ms
When Delete user "automaty@test.pl" 5s 656ms
Then Success alert is displayed 084ms
And User "is not" displayed in users list "automaty@test.pl" 16s 497ms
After Hooks.deleteUserAndCompanyAfterTest() 445ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 10s 866ms
And Delete invitations with email "automaty@test.pl" 095ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 8s 210ms
When Go to "USERS_TAB" 3s 576ms
When Delete user "automaty@test.pl" 6s 754ms
Then Success alert is displayed 095ms
And User "is not" displayed in users list "automaty@test.pl" 16s 511ms
After Hooks.deleteUserAndCompanyAfterTest() 434ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 229ms
And Delete invitations with email "automaty@test.pl" 089ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_SUPPLIER_INVITATION" 6s 602ms
When Go to "USERS_TAB" 1s 987ms
When Delete user "automaty@test.pl" 5s 959ms
Then Success alert is displayed 093ms
And User "is not" displayed in users list "automaty@test.pl" 16s 532ms
After Hooks.deleteUserAndCompanyAfterTest() 411ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 861ms
And Delete invitations with email "automaty@test.pl" 098ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_SUPPLIER_INVITATION" 5s 353ms
When Go to "USERS_TAB" 1s 854ms
When Delete user "automaty@test.pl" 5s 741ms
Then Success alert is displayed 085ms
And User "is not" displayed in users list "automaty@test.pl" 16s 524ms
After Hooks.deleteUserAndCompanyAfterTest() 418ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-pgf" and set token of apiUsername "super-admin-pgf" 2s 564ms
And Delete invitations with email "automaty@test.pl" 083ms
And Create and accept invitation by JSON file as "super-admin-pgf" for "automaty@test.pl" "CREATE_ADMIN_INVITATION" 3s 691ms
When Go to "USERS_TAB" 1s 456ms
When Delete user "automaty@test.pl" 5s 368ms
Then Success alert is displayed 070ms
And User "not" displayed in users list "automaty@test.pl" 1s 449ms
After Hooks.deleteUserAfterTest() 318ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-pgf" and set token of apiUsername "super-admin-pgf" 2s 492ms
And Delete invitations with email "automaty@test.pl" 093ms
And Create and accept invitation by JSON file as "super-admin-pgf" for "automaty@test.pl" "CREATE_PRODUCER_INVITATION" 3s 198ms
When Go to "USERS_TAB" 1s 440ms
When Delete user "automaty@test.pl" 5s 345ms
Then Success alert is displayed 070ms
And User "not" displayed in users list "automaty@test.pl" 1s 465ms
After Hooks.deleteUserAfterTest() 308ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-pgf" and set token of apiUsername "super-admin-pgf" 2s 524ms
And Delete invitations with email "automaty@test.pl" 094ms
And Create and accept invitation by JSON file as "super-admin-pgf" for "automaty@test.pl" "CREATE_WAREHOUSE_MANAGER_INVITATION" 3s 222ms
When Go to "USERS_TAB" 1s 427ms
When Delete user "automaty@test.pl" 5s 354ms
Then Success alert is displayed 089ms
And User "not" displayed in users list "automaty@test.pl" 1s 485ms
After Hooks.deleteUserAfterTest() 295ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-pgf" and set token of apiUsername "super-admin-pgf" 2s 387ms
And Delete invitations with email "automaty@test.pl" 097ms
And Create and accept invitation by JSON file as "super-admin-pgf" for "automaty@test.pl" "CREATE_WAREHOUSEMAN_INVITATION" 3s 171ms
When Go to "USERS_TAB" 1s 412ms
When Delete user "automaty@test.pl" 5s 380ms
Then Success alert is displayed 063ms
And User "not" displayed in users list "automaty@test.pl" 1s 446ms
After Hooks.deleteUserAfterTest() 333ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 2s 636ms
And Delete invitations with email "automaty@test.pl" 098ms
And Create and accept invitation by JSON file as "super-admin-adama" for "automaty@test.pl" "CREATE_ADMIN_INVITATION" 4s 019ms
When Go to "USERS_TAB" 1s 523ms
When Delete user "automaty@test.pl" 5s 556ms
Then Success alert is displayed 088ms
And User "not" displayed in users list "automaty@test.pl" 1s 483ms
After Hooks.deleteUserAfterTest() 304ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 2s 639ms
And Delete invitations with email "automaty@test.pl" 103ms
And Create and accept invitation by JSON file as "super-admin-adama" for "automaty@test.pl" "CREATE_PRODUCER_INVITATION" 3s 108ms
When Go to "USERS_TAB" 1s 415ms
When Delete user "automaty@test.pl" 5s 419ms
Then Success alert is displayed 095ms
And User "not" displayed in users list "automaty@test.pl" 1s 419ms
After Hooks.deleteUserAfterTest() 291ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 2s 667ms
And Delete invitations with email "automaty@test.pl" 096ms
And Create and accept invitation by JSON file as "super-admin-adama" for "automaty@test.pl" "CREATE_WAREHOUSEMAN_INVITATION" 2s 889ms
When Go to "USERS_TAB" 1s 535ms
When Delete user "automaty@test.pl" 5s 394ms
Then Success alert is displayed 092ms
And User "not" displayed in users list "automaty@test.pl" 1s 499ms
After Hooks.deleteUserAfterTest() 307ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 2s 488ms
And Delete invitations with email "automaty@test.pl" 101ms
And Create and accept invitation by JSON file as "super-admin-adama" for "automaty@test.pl" "CREATE_BUYER_INVITATION" 2s 878ms
When Go to "USERS_TAB" 1s 490ms
When Delete user "automaty@test.pl" 5s 324ms
Then Success alert is displayed 083ms
And User "not" displayed in users list "automaty@test.pl" 1s 457ms
After Hooks.deleteUserAfterTest() 298ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 353ms
And Delete invitations with email "automaty@test.pl" 101ms
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_ADMIN_INVITATION" 4s 944ms
When Go to "USERS_TAB" 1s 482ms
When Delete user "automaty@test.pl" 5s 749ms
Then Success alert is displayed 089ms
And User "not" displayed in users list "automaty@test.pl" 1s 467ms
After Hooks.deleteUserAfterTest() 304ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 452ms
And Delete invitations with email "automaty@test.pl" 102ms
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_PRODUCER_INVITATION" 4s 738ms
When Go to "USERS_TAB" 1s 520ms
When Delete user "automaty@test.pl" 5s 692ms
Then Success alert is displayed 080ms
And User "not" displayed in users list "automaty@test.pl" 1s 441ms
After Hooks.deleteUserAfterTest() 287ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 529ms
And Delete invitations with email "automaty@test.pl" 102ms
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_GUARD_INVITATION" 4s 482ms
When Go to "USERS_TAB" 1s 591ms
When Delete user "automaty@test.pl" 5s 592ms
Then Success alert is displayed 089ms
And User "not" displayed in users list "automaty@test.pl" 1s 473ms
After Hooks.deleteUserAfterTest() 305ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 526ms
And Delete invitations with email "automaty@test.pl" 081ms
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_TRADESMAN_INVITATION" 4s 715ms
When Go to "USERS_TAB" 1s 550ms
When Delete user "automaty@test.pl" 5s 831ms
Then Success alert is displayed 092ms
And User "not" displayed in users list "automaty@test.pl" 1s 476ms
After Hooks.deleteUserAfterTest() 283ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 520ms
And Delete invitations with email "automaty@test.pl" 103ms
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_WAREHOUSEMAN_INVITATION" 4s 554ms
When Go to "USERS_TAB" 1s 492ms
When Delete user "automaty@test.pl" 5s 607ms
Then Success alert is displayed 089ms
And User "not" displayed in users list "automaty@test.pl" 1s 459ms
After Hooks.deleteUserAfterTest() 320ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 525ms
And Delete invitations with email "automaty@test.pl" 097ms
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_SORTER_INVITATION" 4s 737ms
When Go to "USERS_TAB" 1s 549ms
When Delete user "automaty@test.pl" 5s 685ms
Then Success alert is displayed 079ms
And User "not" displayed in users list "automaty@test.pl" 1s 428ms
After Hooks.deleteUserAfterTest() 302ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 577ms
And Delete invitations with email "automaty@test.pl" 102ms
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_SQUARE_MANAGER_INVITATION" 4s 385ms
When Go to "USERS_TAB" 1s 556ms
When Delete user "automaty@test.pl" 5s 509ms
Then Success alert is displayed 085ms
And User "not" displayed in users list "automaty@test.pl" 1s 475ms
After Hooks.deleteUserAfterTest() 303ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 491ms
And Delete invitations with email "automaty@test.pl" 101ms
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_OPERATOR_INVITATION" 4s 280ms
When Go to "USERS_TAB" 1s 619ms
When Delete user "automaty@test.pl" 5s 632ms
Then Success alert is displayed 095ms
And User "not" displayed in users list "automaty@test.pl" 1s 480ms
After Hooks.deleteUserAfterTest() 339ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 378ms
And Delete invitations with email "automaty@test.pl" 095ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_ADMIN_INVITATION" 8s 718ms
When Go to "USERS_TAB" 2s 112ms
When Delete user "automaty@test.pl" 6s 947ms
Then Success alert is displayed 077ms
And User "not" displayed in users list "automaty@test.pl" 1s 422ms
After Hooks.deleteUserAfterTest() 289ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 229ms
And Delete invitations with email "automaty@test.pl" 095ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_BUYER_INVITATION" 7s 051ms
When Go to "USERS_TAB" 1s 926ms
When Delete user "automaty@test.pl" 6s 057ms
Then Success alert is displayed 090ms
And User "not" displayed in users list "automaty@test.pl" 1s 466ms
After Hooks.deleteUserAfterTest() 297ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 382ms
And Delete invitations with email "automaty@test.pl" 103ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_GUARD_INVITATION" 7s 772ms
When Go to "USERS_TAB" 1s 888ms
When Delete user "automaty@test.pl" 6s 894ms
Then Success alert is displayed 090ms
And User "not" displayed in users list "automaty@test.pl" 1s 491ms
After Hooks.deleteUserAfterTest() 290ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 530ms
And Delete invitations with email "automaty@test.pl" 095ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_LAB_EMPLOYEE_INVITATION" 8s 030ms
When Go to "USERS_TAB" 1s 885ms
When Delete user "automaty@test.pl" 6s 771ms
Then Success alert is displayed 077ms
And User "not" displayed in users list "automaty@test.pl" 1s 435ms
After Hooks.deleteUserAfterTest() 294ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 245ms
And Delete invitations with email "automaty@test.pl" 099ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_PRODUCER_INVITATION" 6s 657ms
When Go to "USERS_TAB" 1s 735ms
When Delete user "automaty@test.pl" 6s 020ms
Then Success alert is displayed 088ms
And User "not" displayed in users list "automaty@test.pl" 1s 442ms
After Hooks.deleteUserAfterTest() 303ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 373ms
And Delete invitations with email "automaty@test.pl" 094ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_SALES_EMPLOYEE_INVITATION" 6s 565ms
When Go to "USERS_TAB" 1s 740ms
When Delete user "automaty@test.pl" 6s 037ms
Then Success alert is displayed 095ms
And User "not" displayed in users list "automaty@test.pl" 1s 482ms
After Hooks.deleteUserAfterTest() 299ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 086ms
And Delete invitations with email "automaty@test.pl" 100ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_SUPPLY_EMPLOYEE_INVITATION" 7s 377ms
When Go to "USERS_TAB" 1s 967ms
When Delete user "automaty@test.pl" 6s 080ms
Then Success alert is displayed 086ms
And User "not" displayed in users list "automaty@test.pl" 1s 422ms
After Hooks.deleteUserAfterTest() 298ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 147ms
And Delete invitations with email "automaty@test.pl" 102ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_WAREHOUSE_MANAGER_INVITATION" 8s 092ms
When Go to "USERS_TAB" 1s 984ms
When Delete user "automaty@test.pl" 6s 496ms
Then Success alert is displayed 094ms
And User "not" displayed in users list "automaty@test.pl" 1s 463ms
After Hooks.deleteUserAfterTest() 300ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 246ms
And Delete invitations with email "automaty@test.pl" 085ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_WAREHOUSEMAN_INVITATION" 7s 956ms
When Go to "USERS_TAB" 2s 107ms
When Delete user "automaty@test.pl" 6s 737ms
Then Success alert is displayed 100ms
And User "not" displayed in users list "automaty@test.pl" 1s 493ms
After Hooks.deleteUserAfterTest() 307ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 320ms
And Delete invitations with email "automaty@test.pl" 100ms
And Create and accept invitation by JSON file as "super-admin-hochland" for "automaty@test.pl" "CREATE_WORKER_WASTE_INVITATION" 6s 035ms
When Go to "USERS_TAB" 1s 816ms
When Delete user "automaty@test.pl" 5s 812ms
Then Success alert is displayed 091ms
And User "not" displayed in users list "automaty@test.pl" 1s 483ms
After Hooks.deleteUserAfterTest() 285ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 872ms
And Delete invitations with email "automaty@test.pl" 090ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_ADMIN_INVITATION" 6s 163ms
When Go to "USERS_TAB" 1s 710ms
When Delete user "automaty@test.pl" 5s 724ms
Then Success alert is displayed 089ms
And User "not" displayed in users list "automaty@test.pl" 1s 456ms
After Hooks.deleteUserAfterTest() 293ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 939ms
And Delete invitations with email "automaty@test.pl" 091ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_GUARD_INVITATION" 5s 565ms
When Go to "USERS_TAB" 1s 647ms
When Delete user "automaty@test.pl" 6s 041ms
Then Success alert is displayed 089ms
And User "not" displayed in users list "automaty@test.pl" 1s 436ms
After Hooks.deleteUserAfterTest() 321ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 868ms
And Delete invitations with email "automaty@test.pl" 100ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_OBSERVER_INVITATION" 4s 327ms
When Go to "USERS_TAB" 1s 541ms
When Delete user "automaty@test.pl" 5s 490ms
Then Success alert is displayed 077ms
And User "not" displayed in users list "automaty@test.pl" 1s 455ms
After Hooks.deleteUserAfterTest() 269ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 836ms
And Delete invitations with email "automaty@test.pl" 098ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_PRODUCER_INVITATION" 5s 502ms
When Go to "USERS_TAB" 1s 615ms
When Delete user "automaty@test.pl" 5s 713ms
Then Success alert is displayed 097ms
And User "not" displayed in users list "automaty@test.pl" 1s 513ms
After Hooks.deleteUserAfterTest() 296ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 949ms
And Delete invitations with email "automaty@test.pl" 094ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_PURCHASING_DEPARTMENT_INVITATION" 4s 983ms
When Go to "USERS_TAB" 1s 550ms
When Delete user "automaty@test.pl" 5s 586ms
Then Success alert is displayed 083ms
And User "not" displayed in users list "automaty@test.pl" 1s 441ms
After Hooks.deleteUserAfterTest() 292ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 818ms
And Delete invitations with email "automaty@test.pl" 093ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_SALES_DEPARTMENT_INVITATION" 5s 482ms
When Go to "USERS_TAB" 2s 204ms
When Delete user "automaty@test.pl" 5s 710ms
Then Success alert is displayed 094ms
And User "not" displayed in users list "automaty@test.pl" 1s 493ms
After Hooks.deleteUserAfterTest() 295ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 878ms
And Delete invitations with email "automaty@test.pl" 090ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_SERVICEMAN_INVITATION" 4s 304ms
When Go to "USERS_TAB" 1s 606ms
When Delete user "automaty@test.pl" 5s 532ms
Then Success alert is displayed 096ms
And User "not" displayed in users list "automaty@test.pl" 1s 475ms
After Hooks.deleteUserAfterTest() 309ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 775ms
And Delete invitations with email "automaty@test.pl" 099ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_TRADESMAN_INVITATION" 5s 337ms
When Go to "USERS_TAB" 1s 885ms
When Delete user "automaty@test.pl" 5s 645ms
Then Success alert is displayed 071ms
And User "not" displayed in users list "automaty@test.pl" 1s 445ms
After Hooks.deleteUserAfterTest() 294ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 890ms
And Delete invitations with email "automaty@test.pl" 096ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_WAREHOUSEMAN_INVITATION" 4s 269ms
When Go to "USERS_TAB" 1s 566ms
When Delete user "automaty@test.pl" 5s 541ms
Then Success alert is displayed 096ms
And User "not" displayed in users list "automaty@test.pl" 1s 479ms
After Hooks.deleteUserAfterTest() 304ms
Scenario Outline Check if the carrier has disabled the edition of the notifications
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "pla1-carrier" and set token of apiUsername "super-admin-skz" 32s 294ms
org.openqa.selenium.TimeoutException: Expected condition failed: Nie udalo sie poprawnie zalogowac pla1-carrier (tried for 20 second(s) with 500 MILLISECONDS interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.loginAsAndSetTokenOfApiUsername(LoginTest.java:83)
	at ✽.Login as "pla1-carrier" and set token of apiUsername "super-admin-skz"(file:Features/Atom/Users/User.feature:85)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //a[text()='Logout'] | //a[text()='Wyloguj']
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.loginAsAndSetTokenOfApiUsername(LoginTest.java:83)
	at sun.reflect.GeneratedMethodAccessor212.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.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	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)
When Go to my account details 000ms
Then Verify that user has disabled notification 000ms
Scenario Outline Check if it possible to add queues to user
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 32s 482ms
org.openqa.selenium.TimeoutException: Expected condition failed: Nie udalo sie poprawnie zalogowac swiss-krono-delivery-admin (tried for 20 second(s) with 500 MILLISECONDS interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.loginAsAndSetTokenOfApiUsername(LoginTest.java:83)
	at ✽.Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd"(file:Features/Atom/Users/User.feature:94)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //a[text()='Logout'] | //a[text()='Wyloguj']
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.loginAsAndSetTokenOfApiUsername(LoginTest.java:83)
	at sun.reflect.GeneratedMethodAccessor212.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.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	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)
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_SQUARE_MANAGER_INVITATION" 000ms
When Go to "USERS_TAB" 000ms
And Find user "automaty@test.pl" 000ms
And Add queues to user account "opał" 000ms
And Save user details 000ms
And Click edit button in user details page 000ms
Then Verify that the user is assigned the appropriate queues "opał" 000ms
Hooks
After Hooks.deleteUserAfterTest() 021ms
javax.persistence.PersistenceException: org.hibernate.exception.DataException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:149)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:157)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1515)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1554)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.findUserPojo(ApolloSelectDbService.java:466)
	at CucumberTests.Hooks.deleteUserAfterTest(Hooks.java:320)
	at sun.reflect.GeneratedMethodAccessor279.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)
Caused by: org.hibernate.exception.DataException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:118)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:111)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:97)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:69)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2167)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1930)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1892)
	at org.hibernate.loader.Loader.doQuery(Loader.java:937)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:340)
	at org.hibernate.loader.Loader.doList(Loader.java:2689)
	at org.hibernate.loader.Loader.doList(Loader.java:2672)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2506)
	at org.hibernate.loader.Loader.list(Loader.java:2501)
	at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:338)
	at org.hibernate.internal.SessionImpl.listCustomQuery(SessionImpl.java:2221)
	at org.hibernate.internal.AbstractSharedSessionContract.list(AbstractSharedSessionContract.java:1051)
	at org.hibernate.query.internal.NativeQueryImpl.doList(NativeQueryImpl.java:168)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1506)
	... 43 more
Caused by: org.postgresql.util.PSQLException: ERROR: invalid input syntax for type bigint: "null"
  Pozycja: 174
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2433)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2178)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
	at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:118)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:60)
	... 57 more
Scenario Outline Check if user has access to the queues
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 32s 471ms
org.openqa.selenium.TimeoutException: Expected condition failed: Nie udalo sie poprawnie zalogowac swiss-krono-delivery-admin (tried for 20 second(s) with 500 MILLISECONDS interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.loginAsAndSetTokenOfApiUsername(LoginTest.java:83)
	at ✽.Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd"(file:Features/Atom/Users/User.feature:108)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //a[text()='Logout'] | //a[text()='Wyloguj']
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:185)
	at Pages.LoginPage.loginAs(LoginPage.java:42)
	at CucumberTests.BaseTest.loginAs(BaseTest.java:100)
	at CucumberTests.LoginTest.loginAsAndSetTokenOfApiUsername(LoginTest.java:83)
	at sun.reflect.GeneratedMethodAccessor212.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.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	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)
And Create and accept invitation by JSON file as "super-admin-skd" for "automaty@test.pl" "CREATE_SORTER_INVITATION" 000ms
When Go to "USERS_TAB" 000ms
And Find user "automaty@test.pl" 000ms
Then Verify that the user is assigned the appropriate queues "igla. okrągłe HDS;trociny" 000ms
Hooks
After Hooks.deleteUserAfterTest() 012ms
javax.persistence.PersistenceException: org.hibernate.exception.DataException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:149)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:157)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1515)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1554)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.findUserPojo(ApolloSelectDbService.java:466)
	at CucumberTests.Hooks.deleteUserAfterTest(Hooks.java:320)
	at sun.reflect.GeneratedMethodAccessor279.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)
Caused by: org.hibernate.exception.DataException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:118)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:111)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:97)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:69)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2167)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1930)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1892)
	at org.hibernate.loader.Loader.doQuery(Loader.java:937)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:340)
	at org.hibernate.loader.Loader.doList(Loader.java:2689)
	at org.hibernate.loader.Loader.doList(Loader.java:2672)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2506)
	at org.hibernate.loader.Loader.list(Loader.java:2501)
	at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:338)
	at org.hibernate.internal.SessionImpl.listCustomQuery(SessionImpl.java:2221)
	at org.hibernate.internal.AbstractSharedSessionContract.list(AbstractSharedSessionContract.java:1051)
	at org.hibernate.query.internal.NativeQueryImpl.doList(NativeQueryImpl.java:168)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1506)
	... 43 more
Caused by: org.postgresql.util.PSQLException: ERROR: invalid input syntax for type bigint: "null"
  Pozycja: 174
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2433)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2178)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
	at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:118)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:60)
	... 57 more
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-neuca" 9s 092ms
And Go to my account details 359ms
And Open change password form 636ms
When Fill change user password form in my account settings with "NqsB63f7Oq" 879ms
And Click save user details 368ms
Then Check if alert is displayed "Nowe hasło musi być różne od wcześniej wprowadzonego hasła." 682ms
Scenario Outline Check if it is not possible to use the previous password when editing it - remind password [A-8005]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-skd" 229ms
And Prepare login page 379ms
And Click remind password button 257ms
And Prepare user "swiss-krono-delivery-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 011ms
javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:149)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:157)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1515)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1554)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getBigIntegerResult(ApolloSelectDbService.java:118)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getLongResult(ApolloSelectDbService.java:110)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.findIdBy(ApolloSelectDbService.java:22)
	at CucumberTests.User.EditUserTest.prepareUserDetailsWithAllNotifications(EditUserTest.java:117)
	at CucumberTests.User.EditUserTest.prepareUserDetailsWithAllNotificationsAndByJSONFile(EditUserTest.java:108)
	at ✽.Prepare user "swiss-krono-delivery-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file(file:Features/Atom/Users/User.feature:134)
Caused by: org.hibernate.exception.GenericJDBCException: could not extract ResultSet
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:47)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:111)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:97)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:69)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2167)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1930)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1892)
	at org.hibernate.loader.Loader.doQuery(Loader.java:937)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:340)
	at org.hibernate.loader.Loader.doList(Loader.java:2689)
	at org.hibernate.loader.Loader.doList(Loader.java:2672)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2506)
	at org.hibernate.loader.Loader.list(Loader.java:2501)
	at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:338)
	at org.hibernate.internal.SessionImpl.listCustomQuery(SessionImpl.java:2221)
	at org.hibernate.internal.AbstractSharedSessionContract.list(AbstractSharedSessionContract.java:1051)
	at org.hibernate.query.internal.NativeQueryImpl.doList(NativeQueryImpl.java:168)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1506)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1554)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getBigIntegerResult(ApolloSelectDbService.java:118)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getLongResult(ApolloSelectDbService.java:110)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.findIdBy(ApolloSelectDbService.java:22)
	at CucumberTests.User.EditUserTest.prepareUserDetailsWithAllNotifications(EditUserTest.java:117)
	at CucumberTests.User.EditUserTest.prepareUserDetailsWithAllNotificationsAndByJSONFile(EditUserTest.java:108)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	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.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	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)
Caused by: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2433)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2178)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
	at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:118)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:60)
	... 62 more
Caused by: org.postgresql.util.PSQLException: ERROR: invalid input syntax for type bigint: "null"
  Pozycja: 174
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2433)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2178)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
	at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:118)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:60)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2167)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1930)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1892)
	at org.hibernate.loader.Loader.doQuery(Loader.java:937)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:340)
	at org.hibernate.loader.Loader.doList(Loader.java:2689)
	at org.hibernate.loader.Loader.doList(Loader.java:2672)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2506)
	at org.hibernate.loader.Loader.list(Loader.java:2501)
	at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:338)
	at org.hibernate.internal.SessionImpl.listCustomQuery(SessionImpl.java:2221)
	at org.hibernate.internal.AbstractSharedSessionContract.list(AbstractSharedSessionContract.java:1051)
	at org.hibernate.query.internal.NativeQueryImpl.doList(NativeQueryImpl.java:168)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1506)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1554)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.findUserPojo(ApolloSelectDbService.java:466)
	at CucumberTests.Hooks.deleteUserAfterTest(Hooks.java:320)
	at sun.reflect.GeneratedMethodAccessor279.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)
	... 29 more
And Send remind password form with email "apolloautomattest@gmail.com" 000ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Restart hasła! | Password reset!" 000ms
And Extract password from mailgun mail 000ms
And Reset password from link 000ms
Then Check if alert is displayed "Hasło nie może być takie samo jak aktualne hasło użytkownika." in remind password page 000ms
Hooks
After Hooks.cleanUserDetailsAfterTest() 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.editJsonTextNode(JsonApiUtil.java:152)
	at CucumberTests.Hooks.cleanUserDetailsAfterTest(Hooks.java:370)
	at sun.reflect.GeneratedMethodAccessor236.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-pgf" and set token of apiUsername "super-admin-pgf" 2s 347ms
And Go to "USERS_TAB" 1s 465ms
When Click add user button 275ms
And Add user "automaty1@test.pl" with "Admin" 2s 202ms
And Click save button 173ms
And Set user id 1s 450ms
Then Success alert is displayed 089ms
And Go to "USERS_TAB" 1s 363ms
And User "is" displayed in users list "automaty1@test.pl" 3s 023ms
After Hooks.deleteCreatedUserAfterTest() 206ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-pgf" and set token of apiUsername "super-admin-pgf" 2s 412ms
And Go to "USERS_TAB" 1s 503ms
When Click add user button 294ms
And Add user "automaty1@test.pl" with "Logistyk" 2s 290ms
And Click save button 157ms
And Set user id 1s 130ms
Then Success alert is displayed 076ms
And Go to "USERS_TAB" 1s 330ms
And User "is" displayed in users list "automaty1@test.pl" 2s 897ms
After Hooks.deleteCreatedUserAfterTest() 189ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-pgf" and set token of apiUsername "super-admin-pgf" 2s 642ms
And Go to "USERS_TAB" 1s 435ms
When Click add user button 288ms
And Add user "automaty1@test.pl" with "Kierownik magazynu" 2s 292ms
And Click save button 164ms
And Set user id 1s 160ms
Then Success alert is displayed 088ms
And Go to "USERS_TAB" 1s 354ms
And User "is" displayed in users list "automaty1@test.pl" 2s 951ms
After Hooks.deleteCreatedUserAfterTest() 198ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-pgf" and set token of apiUsername "super-admin-pgf" 2s 500ms
And Go to "USERS_TAB" 1s 574ms
When Click add user button 286ms
And Add user "automaty1@test.pl" with "Pracownik zaopatrzenia" 2s 286ms
And Click save button 176ms
And Set user id 1s 369ms
Then Success alert is displayed 086ms
And Go to "USERS_TAB" 1s 343ms
And User "is" displayed in users list "automaty1@test.pl" 2s 949ms
After Hooks.deleteCreatedUserAfterTest() 194ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-pgf" and set token of apiUsername "super-admin-pgf" 2s 476ms
And Go to "USERS_TAB" 1s 452ms
When Click add user button 299ms
And Add user "automaty1@test.pl" with "Magazyn" 2s 272ms
And Click save button 133ms
And Set user id 1s 144ms
Then Success alert is displayed 093ms
And Go to "USERS_TAB" 1s 378ms
And User "is" displayed in users list "automaty1@test.pl" 2s 951ms
After Hooks.deleteCreatedUserAfterTest() 201ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 2s 732ms
And Go to "USERS_TAB" 1s 778ms
When Click add user button 301ms
And Add user "automaty1@test.pl" with "Admin" 2s 106ms
And Click save button 233ms
And Set user id 1s 965ms
Then Success alert is displayed 118ms
And Go to "USERS_TAB" 1s 412ms
And User "is" displayed in users list "automaty1@test.pl" 3s 039ms
After Hooks.deleteCreatedUserAfterTest() 201ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 2s 599ms
And Go to "USERS_TAB" 1s 609ms
When Click add user button 326ms
And Add user "automaty1@test.pl" with "Logistyk" 2s 282ms
And Click save button 178ms
And Set user id 1s 324ms
Then Success alert is displayed 080ms
And Go to "USERS_TAB" 1s 465ms
And User "is" displayed in users list "automaty1@test.pl" 2s 973ms
After Hooks.deleteCreatedUserAfterTest() 202ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 2s 567ms
And Go to "USERS_TAB" 1s 487ms
When Click add user button 280ms
And Add user "automaty1@test.pl" with "Kupiec" 2s 197ms
And Click save button 165ms
And Set user id 1s 014ms
Then Success alert is displayed 089ms
And Go to "USERS_TAB" 1s 373ms
And User "is" displayed in users list "automaty1@test.pl" 3s 002ms
After Hooks.deleteCreatedUserAfterTest() 197ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 2s 609ms
And Go to "USERS_TAB" 1s 482ms
When Click add user button 306ms
And Add user "automaty1@test.pl" with "Magazyn" 2s 290ms
And Click save button 167ms
And Set user id 944ms
Then Success alert is displayed 067ms
And Go to "USERS_TAB" 1s 465ms
And User "is" displayed in users list "automaty1@test.pl" 2s 947ms
After Hooks.deleteCreatedUserAfterTest() 207ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 381ms
And Go to "USERS_TAB" 1s 565ms
When Click add user button 313ms
And Add user "automaty1@test.pl" with "Admin" 2s 212ms
And Click save button 165ms
And Set user id 1s 822ms
Then Success alert is displayed 077ms
And Go to "USERS_TAB" 1s 435ms
And User "is" displayed in users list "automaty1@test.pl" 3s 354ms
After Hooks.deleteCreatedUserAfterTest() 209ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 537ms
And Go to "USERS_TAB" 1s 554ms
When Click add user button 311ms
And Add user "automaty1@test.pl" with "Logistyk" 2s 396ms
And Click save button 165ms
And Set user id 1s 815ms
Then Success alert is displayed 074ms
And Go to "USERS_TAB" 1s 398ms
And User "is" displayed in users list "automaty1@test.pl" 3s 065ms
After Hooks.deleteCreatedUserAfterTest() 203ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 496ms
And Go to "USERS_TAB" 1s 573ms
When Click add user button 432ms
And Add user "automaty1@test.pl" with "Ochrona / Portier" 2s 401ms
And Click save button 167ms
And Set user id 1s 446ms
Then Success alert is displayed 070ms
And Go to "USERS_TAB" 1s 501ms
And User "is" displayed in users list "automaty1@test.pl" 2s 987ms
After Hooks.deleteCreatedUserAfterTest() 207ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 336ms
And Go to "USERS_TAB" 1s 492ms
When Click add user button 302ms
And Add user "automaty1@test.pl" with "Obserwator" 2s 288ms
And Click save button 169ms
And Set user id 1s 427ms
Then Success alert is displayed 085ms
And Go to "USERS_TAB" 1s 428ms
And User "is" displayed in users list "automaty1@test.pl" 3s 016ms
After Hooks.deleteCreatedUserAfterTest() 205ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 380ms
And Go to "USERS_TAB" 1s 528ms
When Click add user button 351ms
And Add user "automaty1@test.pl" with "Handlowiec" 2s 305ms
And Click save button 156ms
And Set user id 1s 642ms
Then Success alert is displayed 073ms
And Go to "USERS_TAB" 1s 460ms
And User "is" displayed in users list "automaty1@test.pl" 3s 049ms
After Hooks.deleteCreatedUserAfterTest() 225ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 457ms
And Go to "USERS_TAB" 1s 526ms
When Click add user button 437ms
And Add user "automaty1@test.pl" with "Magazyn" 2s 310ms
And Click save button 180ms
And Set user id 1s 469ms
Then Success alert is displayed 097ms
And Go to "USERS_TAB" 1s 500ms
And User "is" displayed in users list "automaty1@test.pl" 2s 946ms
After Hooks.deleteCreatedUserAfterTest() 207ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 459ms
And Go to "USERS_TAB" 1s 528ms
When Click add user button 334ms
And Add user "automaty1@test.pl" with "Brakarz" 2s 313ms
And Click save button 151ms
And Set user id 1s 462ms
Then Success alert is displayed 091ms
And Go to "USERS_TAB" 1s 407ms
And User "is" displayed in users list "automaty1@test.pl" 3s 037ms
After Hooks.deleteCreatedUserAfterTest() 201ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 465ms
And Go to "USERS_TAB" 1s 602ms
When Click add user button 357ms
And Add user "automaty1@test.pl" with "Operator" 2s 368ms
And Click save button 178ms
And Set user id 1s 430ms
Then Success alert is displayed 074ms
And Go to "USERS_TAB" 1s 435ms
And User "is" displayed in users list "automaty1@test.pl" 2s 947ms
After Hooks.deleteCreatedUserAfterTest() 199ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 2s 470ms
And Go to "USERS_TAB" 1s 527ms
When Click add user button 312ms
And Add user "automaty1@test.pl" with "Kierownik Placu" 2s 316ms
And Click save button 173ms
And Set user id 1s 456ms
Then Success alert is displayed 086ms
And Go to "USERS_TAB" 1s 412ms
And User "is" displayed in users list "automaty1@test.pl" 3s 049ms
After Hooks.deleteCreatedUserAfterTest() 201ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 297ms
And Go to "USERS_TAB" 2s 282ms
When Click add user button 346ms
And Add user "automaty1@test.pl" with "Admin" 2s 267ms
And Click save button 949ms
And Set user id 6s 666ms
Then Success alert is displayed 095ms
And Go to "USERS_TAB" 1s 788ms
And User "is" displayed in users list "automaty1@test.pl" 3s 268ms
After Hooks.deleteCreatedUserAfterTest() 211ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 145ms
And Go to "USERS_TAB" 1s 877ms
When Click add user button 419ms
And Add user "automaty1@test.pl" with "Logistyk" 2s 331ms
And Click save button 241ms
And Set user id 3s 942ms
Then Success alert is displayed 076ms
And Go to "USERS_TAB" 1s 761ms
And User "is" displayed in users list "automaty1@test.pl" 3s 374ms
After Hooks.deleteCreatedUserAfterTest() 197ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 024ms
And Go to "USERS_TAB" 1s 814ms
When Click add user button 275ms
And Add user "automaty1@test.pl" with "Ochrona / Portier" 2s 399ms
And Click save button 533ms
And Set user id 5s 457ms
Then Success alert is displayed 072ms
And Go to "USERS_TAB" 1s 700ms
And User "is" displayed in users list "automaty1@test.pl" 3s 340ms
After Hooks.deleteCreatedUserAfterTest() 200ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 153ms
And Go to "USERS_TAB" 1s 839ms
When Click add user button 374ms
And Add user "automaty1@test.pl" with "Pracownik zaopatrzenia Węgrów" 2s 462ms
And Click save button 454ms
And Set user id 5s 038ms
Then Success alert is displayed 087ms
And Go to "USERS_TAB" 1s 735ms
And User "is" displayed in users list "automaty1@test.pl" 3s 234ms
After Hooks.deleteCreatedUserAfterTest() 213ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 123ms
And Go to "USERS_TAB" 1s 795ms
When Click add user button 283ms
And Add user "automaty1@test.pl" with "Kupiec" 2s 360ms
And Click save button 300ms
And Set user id 4s 617ms
Then Success alert is displayed 084ms
And Go to "USERS_TAB" 1s 666ms
And User "is" displayed in users list "automaty1@test.pl" 3s 351ms
After Hooks.deleteCreatedUserAfterTest() 206ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 306ms
And Go to "USERS_TAB" 1s 867ms
When Click add user button 310ms
And Add user "automaty1@test.pl" with "Kierownik magazynu" 2s 409ms
And Click save button 905ms
And Set user id 6s 509ms
Then Success alert is displayed 078ms
And Go to "USERS_TAB" 1s 651ms
And User "is" displayed in users list "automaty1@test.pl" 3s 194ms
After Hooks.deleteCreatedUserAfterTest() 200ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 368ms
And Go to "USERS_TAB" 1s 819ms
When Click add user button 299ms
And Add user "automaty1@test.pl" with "Pracownik sprzedaży" 2s 342ms
And Click save button 214ms
And Set user id 3s 712ms
Then Success alert is displayed 075ms
And Go to "USERS_TAB" 1s 961ms
And User "is" displayed in users list "automaty1@test.pl" 3s 233ms
After Hooks.deleteCreatedUserAfterTest() 204ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 303ms
And Go to "USERS_TAB" 1s 698ms
When Click add user button 300ms
And Add user "automaty1@test.pl" with "Pracownik zaopatrzenia" 2s 328ms
And Click save button 362ms
And Set user id 4s 880ms
Then Success alert is displayed 086ms
And Go to "USERS_TAB" 1s 721ms
And User "is" displayed in users list "automaty1@test.pl" 3s 227ms
After Hooks.deleteCreatedUserAfterTest() 204ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 551ms
And Go to "USERS_TAB" 1s 750ms
When Click add user button 357ms
And Add user "automaty1@test.pl" with "Pracownik odczyt" 2s 297ms
And Click save button 676ms
And Set user id 6s 072ms
Then Success alert is displayed 076ms
And Go to "USERS_TAB" 1s 638ms
And User "is" displayed in users list "automaty1@test.pl" 3s 249ms
After Hooks.deleteCreatedUserAfterTest() 208ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 496ms
And Go to "USERS_TAB" 1s 698ms
When Click add user button 305ms
And Add user "automaty1@test.pl" with "Magazyn" 2s 451ms
And Click save button 622ms
And Set user id 5s 859ms
Then Success alert is displayed 081ms
And Go to "USERS_TAB" 1s 640ms
And User "is" displayed in users list "automaty1@test.pl" 3s 276ms
After Hooks.deleteCreatedUserAfterTest() 223ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 6s 182ms
And Go to "USERS_TAB" 2s 879ms
When Click add user button 317ms
And Add user "automaty1@test.pl" with "Admin" 2s 373ms
And Click save button 177ms
And Set user id 1s 952ms
Then Success alert is displayed 081ms
And Go to "USERS_TAB" 1s 531ms
And User "is" displayed in users list "automaty1@test.pl" 3s 237ms
After Hooks.deleteCreatedUserAfterTest() 213ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 2s 633ms
And Go to "USERS_TAB" 1s 529ms
When Click add user button 345ms
And Add user "automaty1@test.pl" with "Logistyk" 2s 308ms
And Click save button 177ms
And Set user id 1s 904ms
Then Success alert is displayed 085ms
And Go to "USERS_TAB" 1s 435ms
And User "is" displayed in users list "automaty1@test.pl" 2s 948ms
After Hooks.deleteCreatedUserAfterTest() 206ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 2s 667ms
And Go to "USERS_TAB" 1s 445ms
When Click add user button 272ms
And Add user "automaty1@test.pl" with "Ochrona / Portier" 2s 237ms
And Click save button 160ms
And Set user id 1s 511ms
Then Success alert is displayed 086ms
And Go to "USERS_TAB" 1s 391ms
And User "is" displayed in users list "automaty1@test.pl" 2s 970ms
After Hooks.deleteCreatedUserAfterTest() 203ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 2s 722ms
And Go to "USERS_TAB" 1s 566ms
When Click add user button 333ms
And Add user "automaty1@test.pl" with "Kontroler jakości" 2s 222ms
And Click save button 154ms
And Set user id 1s 520ms
Then Success alert is displayed 086ms
And Go to "USERS_TAB" 1s 409ms
And User "is" displayed in users list "automaty1@test.pl" 3s 026ms
After Hooks.deleteCreatedUserAfterTest() 202ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 2s 726ms
And Go to "USERS_TAB" 1s 537ms
When Click add user button 329ms
And Add user "automaty1@test.pl" with "Magazyn" 2s 301ms
And Click save button 172ms
And Set user id 1s 511ms
Then Success alert is displayed 093ms
And Go to "USERS_TAB" 1s 503ms
And User "is" displayed in users list "automaty1@test.pl" 2s 963ms
After Hooks.deleteCreatedUserAfterTest() 206ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 2s 650ms
And Go to "USERS_TAB" 1s 449ms
When Click add user button 286ms
And Add user "automaty1@test.pl" with "Spedytor" 2s 296ms
And Click save button 157ms
And Set user id 1s 963ms
Then Success alert is displayed 082ms
And Go to "USERS_TAB" 1s 442ms
And User "is" displayed in users list "automaty1@test.pl" 3s 015ms
After Hooks.deleteCreatedUserAfterTest() 205ms