Project Number Date
ApolloFullRunnerReport 2021.AT1.26 31 lip 2021, 03:54

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@rollbackAddedAuthorities 232 8 32 0 0 272 23 8 31 7m 19s 985ms Failed
View Feature Company
Scenario Outline Check if it possible to create and edit company [A-6812]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-skz" 095ms
When Set basic authorities "ROLE_CREATE_COMPANY" to user "super-admin-skz" 131ms
And Clear all cache 1s 087ms
And Login as "super-admin-skz" 2s 476ms
And Create company "Firma automaty" 1s 768ms
And Edit company "Firma automaty" 864ms
Then Company is successfully edited 15s 050ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[contains(@class, 'alert-success')]"}
  (Session info: headless chrome=91.0.4472.164)
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', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.BFxbAE}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 6c0ac2364d712841ce02497344aee8e6
*** Element info: {Using=xpath, value=//div[contains(@class, 'alert-success')]}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at Pages.Company.CompanyDetailsPage.getAlertSuccess(CompanyDetailsPage.java:39)
	at CucumberTests.Company.EditCompanyTest.companyIsSuccessfullyEdited(EditCompanyTest.java:66)
	at ✽.Company is successfully edited(file:Features/Atom/Companies/Company.feature:54)
After Hooks.deleteCompanyAfterTest() 024ms
After Hooks.rollbackAddedAuthorities() 062ms
View Feature Company
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-pgf" 091ms
And Set basic authorities "ROLE_CREATE_COMPANY" to user "pgf-admin" 023ms
When Create company "Twój Opiekun PGF" "supplier" by JSON file as "super-admin-pgf" 121ms
And Login as "pgf-admin" 1s 351ms
And Go to "COMPANIES_TAB" 517ms
And Go to company "Twój Opiekun PGF" details 159ms
And Select company patron "PGF SUPPLY EMPLOYEE" 3s 595ms
Then Verify if "PGF SUPPLY EMPLOYEE" data is successfully added 061ms
After Hooks.deleteCompanyAfterTest() 021ms
After Hooks.rollbackAddedAuthorities() 024ms
View Feature Transport Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 294ms
And Prepare user "pha2-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 386ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "hochland-admin" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 411ms
And Go to "WAREHOUSE_TAB" 744ms
And Select warehouse "Serownia" 1s 376ms
And Set week view 1s 119ms
And Show yesterday 1s 055ms
And Move window into the past 297ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "spóźnił się na" 42s 836ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 116ms
After Hooks.cleanUserDetailsAfterTest() 327ms
After Hooks.rollbackAddedAuthorities() 024ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 565ms
And Set basic authorities "ROLE_CAN_CREATE_MAX_PALLET" to user "pgf-admin" 046ms
And Go to "WAREHOUSE_TAB" 539ms
When Check if pallet limit counter is visible 028ms
And Set limit to "888" 327ms
Then Verify if pallet limit in schedule changed to "888" 075ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Authorities
Scenario Outline Check if it is possible to add new basic authority to user role group [A-7052]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 2s 072ms
And Go to "SETTINGS_TAB" 319ms
When Go to "PRODUCER" authorities settings 15s 035ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div/span[@data-button-name='role-group-settings-button-PRODUCER']/a"}
  (Session info: headless chrome=91.0.4472.164)
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', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.BFxbAE}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 6c0ac2364d712841ce02497344aee8e6
*** Element info: {Using=xpath, value=//div/span[@data-button-name='role-group-settings-button-PRODUCER']/a}
	at sun.reflect.GeneratedConstructorAccessor213.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests.Utils.AuthorityTest.goToAuthoritiesSettings(AuthorityTest.java:94)
	at ✽.Go to "PRODUCER" authorities settings(file:Features/Atom/Settings/Authorities.feature:7)
And Click add authority button 000ms
And Select "Dostęp do zakładki Ogłoszenia" in authority select 000ms
And Click save authority button 000ms
And Expand "ANNOUNCEMENT" panel 000ms
Then Check if basic authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 000ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Authorities
Scenario Outline Check if it is possible to add new basic authority to user role group [A-7052]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 2s 735ms
And Go to "SETTINGS_TAB" 351ms
When Go to "WAREHOUSE_MANAGER" authorities settings 15s 015ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div/span[@data-button-name='role-group-settings-button-WAREHOUSE_MANAGER']/a"}
  (Session info: headless chrome=91.0.4472.164)
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', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.BFxbAE}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 6c0ac2364d712841ce02497344aee8e6
*** Element info: {Using=xpath, value=//div/span[@data-button-name='role-group-settings-button-WAREHOUSE_MANAGER']/a}
	at sun.reflect.GeneratedConstructorAccessor213.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests.Utils.AuthorityTest.goToAuthoritiesSettings(AuthorityTest.java:94)
	at ✽.Go to "WAREHOUSE_MANAGER" authorities settings(file:Features/Atom/Settings/Authorities.feature:7)
And Click add authority button 000ms
And Select "Dostęp do zakładki Ogłoszenia" in authority select 000ms
And Click save authority button 000ms
And Expand "ANNOUNCEMENT" panel 000ms
Then Check if basic authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 000ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Authorities
Scenario Outline Check if it is possible to add new basic authority to user role group [A-7052]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "super-admin-alrec" and set token of apiUsername "super-admin-alrec" 1s 573ms
And Go to "SETTINGS_TAB" 304ms
When Go to "SALES_EMPLOYEE" authorities settings 15s 045ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div/span[@data-button-name='role-group-settings-button-SALES_EMPLOYEE']/a"}
  (Session info: headless chrome=91.0.4472.164)
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', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.BFxbAE}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 6c0ac2364d712841ce02497344aee8e6
*** Element info: {Using=xpath, value=//div/span[@data-button-name='role-group-settings-button-SALES_EMPLOYEE']/a}
	at sun.reflect.GeneratedConstructorAccessor213.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests.Utils.AuthorityTest.goToAuthoritiesSettings(AuthorityTest.java:94)
	at ✽.Go to "SALES_EMPLOYEE" authorities settings(file:Features/Atom/Settings/Authorities.feature:7)
And Click add authority button 000ms
And Select "Dostęp do zakładki Ogłoszenia" in authority select 000ms
And Click save authority button 000ms
And Expand "ANNOUNCEMENT" panel 000ms
Then Check if basic authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 000ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Authorities
Scenario Outline Check if it is possible to add new basic authority to user role group [A-7052]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "super-admin-farmacol" and set token of apiUsername "super-admin-farmacol" 1s 689ms
And Go to "SETTINGS_TAB" 269ms
When Go to "ANALYST" authorities settings 15s 038ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div/span[@data-button-name='role-group-settings-button-ANALYST']/a"}
  (Session info: headless chrome=91.0.4472.164)
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', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.BFxbAE}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 6c0ac2364d712841ce02497344aee8e6
*** Element info: {Using=xpath, value=//div/span[@data-button-name='role-group-settings-button-ANALYST']/a}
	at sun.reflect.GeneratedConstructorAccessor213.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests.Utils.AuthorityTest.goToAuthoritiesSettings(AuthorityTest.java:94)
	at ✽.Go to "ANALYST" authorities settings(file:Features/Atom/Settings/Authorities.feature:7)
And Click add authority button 000ms
And Select "Dostęp do zakładki Ogłoszenia" in authority select 000ms
And Click save authority button 000ms
And Expand "ANNOUNCEMENT" panel 000ms
Then Check if basic authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 000ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Authorities
Scenario Outline Check if it is possible to add new basic authority to user role group [A-7052]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "super-admin-adama" and set token of apiUsername "super-admin-adama" 1s 655ms
And Go to "SETTINGS_TAB" 279ms
When Go to "BUYER" authorities settings 15s 021ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div/span[@data-button-name='role-group-settings-button-BUYER']/a"}
  (Session info: headless chrome=91.0.4472.164)
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', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.BFxbAE}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 6c0ac2364d712841ce02497344aee8e6
*** Element info: {Using=xpath, value=//div/span[@data-button-name='role-group-settings-button-BUYER']/a}
	at sun.reflect.GeneratedConstructorAccessor213.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests.Utils.AuthorityTest.goToAuthoritiesSettings(AuthorityTest.java:94)
	at ✽.Go to "BUYER" authorities settings(file:Features/Atom/Settings/Authorities.feature:7)
And Click add authority button 000ms
And Select "Dostęp do zakładki Ogłoszenia" in authority select 000ms
And Click save authority button 000ms
And Expand "ANNOUNCEMENT" panel 000ms
Then Check if basic authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 000ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Authorities
Scenario Outline Check if it is possible to add new basic authority to user role group [A-7052]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 1s 643ms
And Go to "SETTINGS_TAB" 307ms
When Go to "FORWARDING_AGENT" authorities settings 15s 040ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div/span[@data-button-name='role-group-settings-button-FORWARDING_AGENT']/a"}
  (Session info: headless chrome=91.0.4472.164)
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', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.BFxbAE}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 6c0ac2364d712841ce02497344aee8e6
*** Element info: {Using=xpath, value=//div/span[@data-button-name='role-group-settings-button-FORWARDING_AGENT']/a}
	at sun.reflect.GeneratedConstructorAccessor213.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests.Utils.AuthorityTest.goToAuthoritiesSettings(AuthorityTest.java:94)
	at ✽.Go to "FORWARDING_AGENT" authorities settings(file:Features/Atom/Settings/Authorities.feature:7)
And Click add authority button 000ms
And Select "Dostęp do zakładki Ogłoszenia" in authority select 000ms
And Click save authority button 000ms
And Expand "ANNOUNCEMENT" panel 000ms
Then Check if basic authority "Dostęp do zakładki Ogłoszenia" is "visible" in "ANNOUNCEMENT" authority panel 000ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "sempertrans-admin" and set token of apiUsername "super-admin-sempertrans" 943ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "sempertrans-admin" 017ms
When Go to "TRANSPORT_TABLE" 117ms
And Click button "UNLOAD_TIME_WINDOW" "0" times 3s 019ms
Then Verify that "UNLOAD_TIME_WINDOW" icon is "fa-sort" 014ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "sempertrans-admin" and set token of apiUsername "super-admin-sempertrans" 959ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "sempertrans-admin" 017ms
When Go to "TRANSPORT_TABLE" 110ms
And Click button "UNLOAD_TIME_WINDOW" "1" times 3s 066ms
Then Verify that "UNLOAD_TIME_WINDOW" icon is "fa-sort-up" 016ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "sempertrans-admin" and set token of apiUsername "super-admin-sempertrans" 966ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "sempertrans-admin" 020ms
When Go to "TRANSPORT_TABLE" 113ms
And Click button "UNLOAD_TIME_WINDOW" "2" times 3s 090ms
Then Verify that "UNLOAD_TIME_WINDOW" icon is "fa-sort-down" 017ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "sempertrans-admin" and set token of apiUsername "super-admin-sempertrans" 962ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "sempertrans-admin" 021ms
When Go to "TRANSPORT_TABLE" 108ms
And Click button "UNLOAD_TIME_WINDOW" "3" times 3s 119ms
Then Verify that "UNLOAD_TIME_WINDOW" icon is "fa-sort" 018ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-sempertrans" 101ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "sempertrans-admin" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-sempertrans" in "0" days 1s 201ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-sempertrans" 1s 177ms
And Login as "sempertrans-admin" 882ms
When Go to "TRANSPORT_TABLE" 190ms
And Click button "UNLOAD_TIME_WINDOW" "1" times 3s 050ms
Then Verify that values in "UNLOAD_TIME_WINDOW" are sorted "asc" in "sempertrans" "DELIVERY" 066ms
After Hooks.deleteTransportsAfterTest() 153ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-sempertrans" 091ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "sempertrans-admin" 019ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-sempertrans" in "0" days 1s 204ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-sempertrans" 1s 167ms
And Login as "sempertrans-admin" 850ms
When Go to "TRANSPORT_TABLE" 199ms
And Click button "UNLOAD_TIME_WINDOW" "2" times 3s 085ms
Then Verify that values in "UNLOAD_TIME_WINDOW" are sorted "desc" in "sempertrans" "DELIVERY" 039ms
After Hooks.deleteTransportsAfterTest() 126ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-sempertrans" 090ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "sempertrans-admin" 016ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-sempertrans" in "0" days 1s 174ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-sempertrans" 1s 145ms
And Login as "sempertrans-admin" 864ms
When Go to "TRANSPORT_TABLE" 187ms
And Click button "UNLOAD_TIME_WINDOW" "4" times 3s 162ms
Then Verify that values in "UNLOAD_TIME_WINDOW" are sorted "asc" in "sempertrans" "DELIVERY" 053ms
After Hooks.deleteTransportsAfterTest() 141ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-sempertrans" 090ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "sempertrans-admin" 018ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-sempertrans" in "0" days 1s 212ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-sempertrans" 1s 169ms
And Login as "sempertrans-admin" 864ms
When Go to "TRANSPORT_TABLE" 191ms
And Click button "UNLOAD_TIME_WINDOW" "5" times 3s 193ms
Then Verify that values in "UNLOAD_TIME_WINDOW" are sorted "desc" in "sempertrans" "DELIVERY" 057ms
After Hooks.deleteTransportsAfterTest() 139ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 095ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "neuca-admin" 024ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" in "0" days 1s 409ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 1s 367ms
When Confirm status "ARRIVE" by Public API "v1" 177ms
And Login as "neuca-admin" 889ms
When Go to "TRANSPORT_TABLE" 197ms
And Click button "STATUS" "1" times 3s 083ms
Then Verify that values in "STATUS" are sorted "asc" in "neuca" "DELIVERY" 050ms
After Hooks.deleteTransportsAfterTest() 211ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 090ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "neuca-admin" 019ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" in "0" days 1s 376ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 1s 314ms
When Confirm status "ARRIVE" by Public API "v1" 080ms
And Login as "neuca-admin" 958ms
When Go to "TRANSPORT_TABLE" 223ms
And Click button "STATUS" "2" times 3s 097ms
Then Verify that values in "STATUS" are sorted "desc" in "neuca" "DELIVERY" 027ms
After Hooks.deleteTransportsAfterTest() 203ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 093ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "neuca-admin" 018ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" in "0" days 1s 435ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 1s 353ms
When Confirm status "ARRIVE" by Public API "v1" 079ms
And Login as "neuca-admin" 831ms
When Go to "TRANSPORT_TABLE" 204ms
And Click button "STATUS" "3" times 3s 137ms
Then Verify that values in "STATUS" are sorted "asc" in "neuca" "DELIVERY" 050ms
After Hooks.deleteTransportsAfterTest() 193ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 092ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "neuca-admin" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" in "0" days 1s 375ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 1s 358ms
When Confirm status "ARRIVE" by Public API "v1" 076ms
And Login as "neuca-admin" 852ms
When Go to "TRANSPORT_TABLE" 190ms
And Click button "STATUS" "2" times 3s 107ms
Then Verify that values in "STATUS" are sorted "desc" in "neuca" "DELIVERY" 058ms
After Hooks.deleteTransportsAfterTest() 166ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 002ms
Given Set token of apiUsername "super-admin-neuca" 094ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "neuca-admin" 018ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" in "0" days 1s 367ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 1s 289ms
When Confirm status "ARRIVE" by Public API "v1" 085ms
And Login as "neuca-admin" 845ms
When Go to "TRANSPORT_TABLE" 189ms
And Click button "STATUS" "1" times 3s 072ms
And Verify that values in "STATUS" are sorted "asc" in "neuca" "DELIVERY" 048ms
Then Go to "WAREHOUSE_TAB" 557ms
And Go to "TRANSPORT_TABLE" 140ms
And Verify that values in "STATUS" are sorted "asc" in "neuca" "DELIVERY" 110ms
After Hooks.deleteTransportsAfterTest() 198ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 091ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "neuca-admin" 019ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" in "0" days 1s 388ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 1s 361ms
When Confirm status "ARRIVE" by Public API "v1" 082ms
And Login as "neuca-admin" 856ms
When Go to "TRANSPORT_TABLE" 189ms
And Click button "STATUS" "2" times 3s 102ms
And Verify that values in "STATUS" are sorted "desc" in "neuca" "DELIVERY" 058ms
Then Go to "WAREHOUSE_TAB" 535ms
And Go to "TRANSPORT_TABLE" 154ms
And Verify that values in "STATUS" are sorted "desc" in "neuca" "DELIVERY" 111ms
After Hooks.deleteTransportsAfterTest() 159ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 094ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "neuca-admin" 016ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" in "0" days 1s 346ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 1s 320ms
When Confirm status "ARRIVE" by Public API "v1" 077ms
And Login as "neuca-admin" 813ms
When Go to "TRANSPORT_TABLE" 192ms
And Click button "STATUS" "1" times 3s 078ms
And Verify that values in "STATUS" are sorted "asc" in "neuca" "DELIVERY" 049ms
Then If user is login then logout 100ms
And Login as "neuca-admin" 842ms
And Go to "TRANSPORT_TABLE" 185ms
And Verify that values in "STATUS" are sorted "asc" in "neuca" "DELIVERY" 144ms
After Hooks.deleteTransportsAfterTest() 186ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature Sorting
Before Hooks.showScenarioName(Scenario) 002ms
Given Set token of apiUsername "super-admin-neuca" 096ms
And Set basic authorities "ROLE_SORT_TRANSPORT_TABLE" to user "neuca-admin" 017ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" in "0" days 1s 318ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 1s 395ms
When Confirm status "ARRIVE" by Public API "v1" 092ms
And Login as "neuca-admin" 789ms
When Go to "TRANSPORT_TABLE" 195ms
And Click button "STATUS" "2" times 3s 097ms
And Verify that values in "STATUS" are sorted "desc" in "neuca" "DELIVERY" 050ms
Then If user is login then logout 233ms
And Login as "neuca-admin" 788ms
And Go to "TRANSPORT_TABLE" 183ms
And Verify that values in "STATUS" are sorted "desc" in "neuca" "DELIVERY" 146ms
After Hooks.deleteTransportsAfterTest() 194ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 309ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 409ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "hochland-admin" 080ms
When Go to "WAREHOUSE_TAB" 740ms
And Select warehouse "Serownia" 1s 348ms
And Set week view 1s 096ms
And Show yesterday 1s 077ms
And Move window into the past 302ms
Then Check if window is "red" 4s 027ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.rollbackAddedAuthorities() 054ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 933ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 353ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "lantmannen-admin" 032ms
When Go to "WAREHOUSE_TAB" 736ms
And Select warehouse "Magazyn - Nowa Sól" 2s 162ms
And Set week view 1s 112ms
And Show yesterday 1s 074ms
And Move window into the past 405ms
Then Check if window is "red" 4s 031ms
After Hooks.deleteTransportAfterTest() 106ms
After Hooks.rollbackAddedAuthorities() 022ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 059ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 205ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "piast-admin" 033ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 038ms
When Show all transport types 1s 040ms
And Click button advice in transport table "DELIVERY" 088ms
And Set advice window in schedule 2s 549ms
And Fill advice form 8s 225ms
And Click advice save button and wait for advice form to disappear 30s 706ms
And Select warehouse "Magazyn Hala A" 1s 201ms
And Set week view 1s 966ms
And Show yesterday 1s 142ms
And Move window into the past 516ms
Then Check if window is "red" 4s 037ms
After Hooks.deleteTransportAfterTest() 128ms
After Hooks.rollbackAddedAuthorities() 024ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 196ms
And Set basic authorities "ROLE_ACCESS_TO_NUMBER_OF_WINDOWS" to user "keeeper-admin" 068ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 186ms
When Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 46s 244ms
And Check if time window counter value equals "1" 069ms
And Select view "DAYS_2" 2s 080ms
And Move advice window "2" 1s 309ms
And Select view "DAY" 2s 082ms
Then Check if time window counter value equals "0" 063ms
And Delete created transport by API 099ms
And Check if time window counter value equals "0" 042ms
And Click in free spot in schedule page to create gray window 171ms
And Check if time window counter value equals "0" 048ms
And Click in free spot in schedule page to create dedicated window 2s 046ms
And Check if time window counter value equals "0" 047ms
After Hooks.deleteTransportAfterTest() 079ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature UserAuthority
Scenario Outline Permission - Edit user main data [A-7965]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-adama" 091ms
And Set basic authorities "ROLE_EDIT_USERS_MAIN_DATA" to user "oaa1-receiver-2@qa.qa-test" 038ms
When Login as "oaa1-receiver-2@qa.qa-test" 1s 147ms
And Go to user "oaa1-receiver@qa.qa-test" details edition 078ms
And Change user details "email" to "newEmailAddress@newEmail.com" 15s 059ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to be clickable: By.xpath: //button[@data-button-name='save'] (tried for 10 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.waitUntilElementClickable(BasePage.java:223)
	at CucumberTests.User.EditUserTest.changeUserEmailAddressByAccountDetails(EditUserTest.java:189)
	at ✽.Change user details "email" to "newEmailAddress@newEmail.com"(file:Features/Atom/Users/UserAuthority.feature:9)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //button[@data-button-name='save']
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', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-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.ExpectedConditions$22.apply(ExpectedConditions.java:643)
	at org.openqa.selenium.support.ui.ExpectedConditions$22.apply(ExpectedConditions.java:640)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.waitUntilElementClickable(BasePage.java:223)
	at CucumberTests.User.EditUserTest.changeUserEmailAddressByAccountDetails(EditUserTest.java:189)
	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)
And Change user details "phone" to "123456789" 000ms
Then Save user details 000ms
Hooks
After Hooks.cleanUserDetailsAfterTest() 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.editJsonTextNode(JsonApiUtil.java:158)
	at CucumberTests.Hooks.cleanUserDetailsAfterTest(Hooks.java:335)
	at sun.reflect.GeneratedMethodAccessor261.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)
After Hooks.rollbackAddedAuthorities() 060ms