Project Number Date
ApolloFullRunnerReport kapibary.32 08 cze 2021, 06:56

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Company 114 6 2 0 0 122 17 6 23 5m 57s 734ms Failed
Feature Company
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 8s 165ms
When Create company "Firma automaty" 5s 784ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 437ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 469ms
When Create company "Firma Piast" 5s 427ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 275ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 320ms
When Create company "Firma Lantmannen" 5s 302ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 278ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 748ms
When Create company "Firma Keeper" 4s 990ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 272ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 753ms
When Create company "Firma Alrec" 5s 419ms
Then Company is successfully created 000ms
After Hooks.deleteCompanyAfterTest() 363ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 5s 814ms
And Create company "Firma Piast" by JSON file as "super-admin-piast" 871ms
When Edit company "Firma Piast" 3s 124ms
Then Company is successfully edited 596ms
After Hooks.deleteCompanyAfterTest() 276ms
Given Login as "super-admin-lantmannen" and set token of apiUsername "super-admin-lantmannen" 4s 369ms
And Create company "Firma Lantmannen" by JSON file as "super-admin-lantmannen" 888ms
When Edit company "Firma Lantmannen" 3s 367ms
Then Company is successfully edited 538ms
After Hooks.deleteCompanyAfterTest() 390ms
Given Login as "super-admin-keeeper" and set token of apiUsername "super-admin-keeeper" 5s 443ms
And Create company "Firma Keeper" by JSON file as "super-admin-keeeper" 865ms
When Edit company "Firma Keeper" 3s 200ms
Then Company is successfully edited 518ms
After Hooks.deleteCompanyAfterTest() 371ms
Given Login as "super-admin-alrec" and set token of apiUsername "super-admin-alrec" 4s 675ms
And Create company "Firma Alrec" by JSON file as "super-admin-alrec" 804ms
When Edit company "Firma Alrec" 3s 093ms
Then Company is successfully edited 548ms
After Hooks.deleteCompanyAfterTest() 291ms
Scenario Outline Check if it impossible to edit company by admins [A-6812]
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 731ms
And Create company "Firma automaty" by JSON file as "super-admin-skz" 841ms
When Go to "COMPANIES_TAB" 1s 210ms
And Go to company "Firma automaty" details 490ms
Then Check if edit company details is blocked 15s 308ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//span[@data-field-name='TAX_ID_INPUT']/input"}
  (Session info: headless chrome=91.0.4472.77)
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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.2fbShR}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8cc6c2ab0bfbc4f8f32b779d4f0f298a
*** Element info: {Using=xpath, value=//span[@data-field-name='TAX_ID_INPUT']/input}
	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 CucumberTests.Company.EditCompanyTest.checkIfEditCompanyDetailsIsBlocked(EditCompanyTest.java:71)
	at ✽.Check if edit company details is blocked(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 357ms
Scenario Outline Check if it impossible to edit company by admins [A-6812]
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 602ms
And Create company "Firma Piast" by JSON file as "super-admin-piast" 824ms
When Go to "COMPANIES_TAB" 1s 070ms
And Go to company "Firma Piast" details 484ms
Then Check if edit company details is blocked 15s 294ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//span[@data-field-name='TAX_ID_INPUT']/input"}
  (Session info: headless chrome=91.0.4472.77)
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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.2fbShR}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8cc6c2ab0bfbc4f8f32b779d4f0f298a
*** Element info: {Using=xpath, value=//span[@data-field-name='TAX_ID_INPUT']/input}
	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 CucumberTests.Company.EditCompanyTest.checkIfEditCompanyDetailsIsBlocked(EditCompanyTest.java:71)
	at ✽.Check if edit company details is blocked(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 305ms
Scenario Outline Check if it impossible to edit company by admins [A-6812]
Steps
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 533ms
And Create company "Firma Lantmannen" by JSON file as "super-admin-lantmannen" 906ms
When Go to "COMPANIES_TAB" 1s 164ms
And Go to company "Firma Lantmannen" details 571ms
Then Check if edit company details is blocked 15s 263ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//span[@data-field-name='TAX_ID_INPUT']/input"}
  (Session info: headless chrome=91.0.4472.77)
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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.2fbShR}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8cc6c2ab0bfbc4f8f32b779d4f0f298a
*** Element info: {Using=xpath, value=//span[@data-field-name='TAX_ID_INPUT']/input}
	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 CucumberTests.Company.EditCompanyTest.checkIfEditCompanyDetailsIsBlocked(EditCompanyTest.java:71)
	at ✽.Check if edit company details is blocked(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 394ms
Scenario Outline Check if it impossible to edit company by admins [A-6812]
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 473ms
And Create company "Firma Keeper" by JSON file as "super-admin-keeeper" 818ms
When Go to "COMPANIES_TAB" 1s 048ms
And Go to company "Firma Keeper" details 434ms
Then Check if edit company details is blocked 15s 266ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//span[@data-field-name='TAX_ID_INPUT']/input"}
  (Session info: headless chrome=91.0.4472.77)
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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.2fbShR}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8cc6c2ab0bfbc4f8f32b779d4f0f298a
*** Element info: {Using=xpath, value=//span[@data-field-name='TAX_ID_INPUT']/input}
	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 CucumberTests.Company.EditCompanyTest.checkIfEditCompanyDetailsIsBlocked(EditCompanyTest.java:71)
	at ✽.Check if edit company details is blocked(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 267ms
Scenario Outline Check if it impossible to edit company by admins [A-6812]
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 566ms
And Create company "Firma Alrec" by JSON file as "super-admin-alrec" 828ms
When Go to "COMPANIES_TAB" 1s 095ms
And Go to company "Firma Alrec" details 624ms
Then Check if edit company details is blocked 15s 297ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//span[@data-field-name='TAX_ID_INPUT']/input"}
  (Session info: headless chrome=91.0.4472.77)
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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.2fbShR}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8cc6c2ab0bfbc4f8f32b779d4f0f298a
*** Element info: {Using=xpath, value=//span[@data-field-name='TAX_ID_INPUT']/input}
	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 CucumberTests.Company.EditCompanyTest.checkIfEditCompanyDetailsIsBlocked(EditCompanyTest.java:71)
	at ✽.Check if edit company details is blocked(file:Features/Atom/Companies/Company.feature:35)
After Hooks.deleteCompanyAfterTest() 375ms
Given Set token of apiUsername "super-admin-pgf" 238ms
And Set basic authorities "ROLE_CREATE_COMPANY" to user "pgf-admin" 327ms
When Create company "Twój Opiekun PGF" "supplier" by JSON file as "super-admin-pgf" 854ms
And Login as "pgf-admin" 4s 139ms
And Go to "COMPANIES_TAB" 1s 774ms
And Go to company "Twój Opiekun PGF" details 509ms
And Select company patron "PGF SUPPLY EMPLOYEE" 6s 739ms
Then Verify if "PGF SUPPLY EMPLOYEE" data is successfully added 153ms
After Hooks.deleteCompanyAfterTest() 296ms
After Hooks.rollbackAddedAuthorities() 152ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 394ms
And Go to "COMPANIES_TAB" 1s 275ms
And Go to company "Dostawca Adama Automat 1" details 624ms
Then Verify that user has correct partnership management permissions "adama-admin" 559ms
When Go to form for adding a new single partnership 220ms
Then Verify that partnership form is visible 110ms
And Verify that each company suggested in partnership form is "Przewoźnik" 1s 291ms
When Fill partnership form 1s 627ms
Then Check if "single" contractor is "visible" on partnership list "connectedCompany" 1s 555ms
When Go to "CARRIER_TAB" 809ms
And Go to details of company in partnership 883ms
Then Check if "single" contractor is "invisible" on partnership list "Dostawca Adama Automat 1" 30s 156ms
After Hooks.removeAllPartnership() 18s 097ms
Scenario Outline Check if admin can manage partnership of supplier with carrier in contractor's details - adding partnership [A-7386]
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 7s 156ms
And Go to "COMPANIES_TAB" 1s 348ms
And Go to company "Przewoźnik Neuca Automat 1" details 487ms
Then Verify that user has correct partnership management permissions "neuca-admin" 640ms
When Go to form for adding a new single partnership 319ms
Then Verify that partnership form is visible 139ms
And Verify that each company suggested in partnership form is "Dostawca" 1s 540ms
When Fill partnership form 1s 822ms
Then Check if "single" contractor is "visible" on partnership list "connectedCompany" 145ms
When Go to "COMPANIES_TAB" 1s 249ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element ... is not clickable at point (665, 25). Other element would receive the click: 
  (Session info: headless chrome=91.0.4472.77)
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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.2fbShR}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8cc6c2ab0bfbc4f8f32b779d4f0f298a
	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.RemoteWebElement.execute(RemoteWebElement.java:279)
	at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83)
	at CucumberTests.BaseTest.goToTab(BaseTest.java:91)
	at CucumberTests.Transport.CreateTransport.GoToTab(CreateTransport.java:193)
	at ✽.Go to "COMPANIES_TAB"(file:Features/Atom/Companies/Company.feature:81)
And Go to details of company in partnership 000ms
Then Check if "single" contractor is "visible" on partnership list "Przewoźnik Neuca Automat 1" 000ms
Hooks
After Hooks.removeAllPartnership() 1s 274ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element  is not clickable at point (1412, 632). Other element would receive the click: 
  (Session info: headless chrome=91.0.4472.77)
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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.2fbShR}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8cc6c2ab0bfbc4f8f32b779d4f0f298a
	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.RemoteWebElement.execute(RemoteWebElement.java:279)
	at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83)
	at CucumberTests.Hooks.removeAllPartnership(Hooks.java:655)
	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.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)
Given Login as "dpa1-supplier-3" and set token of apiUsername "super-admin-piast" 5s 033ms
And Go to "OWN_COMPANY_TAB" 645ms
Then Verify that user has correct partnership management permissions "dpa1-supplier-3" 30s 221ms
Given Login as "pna1-carrier" and set token of apiUsername "super-admin-neuca" 5s 269ms
And Go to "OWN_COMPANY_TAB" 611ms
Then Verify that user has correct partnership management permissions "pna1-carrier" 30s 204ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 381ms
And Go to "COMPANIES_TAB" 903ms
And Go to company "Przewoźnik Neuca Automat 1" details 545ms
Then Verify that user has correct partnership management permissions "neuca-admin" 501ms
Given Login as "super-admin-neuca" and set token of apiUsername "super-admin-neuca" 7s 864ms
And Go to "COMPANIES_TAB" 951ms
And Go to company "Przewoźnik Neuca Automat 1" details 526ms
Then Verify that user has correct partnership management permissions "super-admin-neuca" 482ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 389ms
When Go to "COMPANIES_TAB" 895ms
And Go to company "Dostawca Adama Automat 2" details 511ms
Then Verify that user has correct partnership management permissions "adama-admin" 456ms
When Add all partnership 910ms
Then Check if "all" contractor is "visible" on partnership list "connectedCompany" 1s 088ms
And Set number of partnerships 033ms
And Check if only companies from principal are visible "Adama" 104ms
When Remove partnership 744ms
Then Check that partnership has been deleted 030ms
After Hooks.removeAllPartnership() 781ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 310ms
When Go to "COMPANIES_TAB" 942ms
And Go to company "Przewoźnik Neuca Automat 2" details 575ms
Then Verify that user has correct partnership management permissions "neuca-admin" 571ms
When Add all partnership 890ms
Then Check if "all" contractor is "visible" on partnership list "connectedCompany" 1s 210ms
And Set number of partnerships 034ms
And Check if only companies from principal are visible "Neuca" 152ms
When Remove partnership 751ms
Then Check that partnership has been deleted 032ms
After Hooks.removeAllPartnership() 1s 496ms