Project Number Date
ApolloFullRunnerReport develop.348 19 cze 2021, 00:37

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteAnnouncementAfterTest 75 1 0 0 0 76 6 1 7 2m 46s 197ms Failed
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 081ms
When Go to "ANNOUNCEMENTS_TAB" 107ms
And Go to manage announcements tab 119ms
And Go to add new announcement form 163ms
And Fill announcement form with subject "Nowe ogłoszenie" and content "Treść" for roleGroups "ADMIN,LOGISTICIAN" 365ms
When Send announcement 048ms
Then Verify that announcement with "Nowe ogłoszenie" is present in admin table 227ms
After Hooks.deleteAnnouncementAfterTest() 119ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 630ms
When Go to "ANNOUNCEMENTS_TAB" 106ms
And Go to manage announcements tab 068ms
And Go to add new announcement form 137ms
And Fill announcement form with subject "Ogłoszenie dla ochrony" and content "Treść" for roleGroups "GUARD" 222ms
When Send announcement 050ms
Then Login as "neuca-guard" 1s 895ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is visible 040ms
Then Login as "neuca-admin" 1s 687ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is not visible 15s 018ms
After Hooks.deleteAnnouncementAfterTest() 179ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 621ms
When Go to "ANNOUNCEMENTS_TAB" 131ms
And Go to manage announcements tab 092ms
And Go to add new announcement form 251ms
And Fill announcement form with subject "Ogłoszenie dla obserwatora" and content "Treść" for roleGroups "OBSERVER" 237ms
When Send announcement 057ms
Then Login as "neuca-observer" 2s 187ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is visible 035ms
Then Login as "neuca-guard" 1s 300ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is not visible 15s 030ms
After Hooks.deleteAnnouncementAfterTest() 043ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 108ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 053ms
Then Login as "neuca-warehouseman" 1s 382ms
And Verify that announcement tab is open 026ms
And Verify by ID from API that announcement is visible 117ms
And Unwrap announcement 3s 200ms
Then Check if announcement is unwrapping correctly 054ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 073ms
Given Login as "neuca-admin" 1s 347ms
And Go to manage announcements tab 074ms
And Edit announcement and change content to "*jednak podwyżek nie będzie - hue hue" 18s 193ms
Then Login as "neuca-warehouseman" 1s 345ms
And Verify by ID from API that announcement is visible 119ms
And Unwrap announcement 3s 221ms
Then Check if announcement is unwrapping correctly 057ms
And Check that announcement has an edit author 150ms
And Check if announcement content is edit correctly "*jednak podwyżek nie będzie - hue hue" 047ms
After Hooks.deleteAnnouncementAfterTest() 031ms
View Feature Announcements
Scenario Outline Check if marking unread advertisements is working correctly
Steps
Given Set token of apiUsername "super-admin-neuca" 116ms
And Login as "neuca-admin" 1s 340ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 031ms
Then Login as "neuca-warehouseman" 1s 399ms
And Verify by ID from API that announcement is visible 110ms
And Check if announcement is wrap 029ms
And Check if announcement has a red mark "announcementOnTheTop" 071ms
And Unwrap announcement 3s 193ms
And Check if announcement is unwrapping correctly 063ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 071ms
And Check if text bold and red exclamation mark disappear after reading announcement "announcementOnTheTop" 30s 186ms
Then Refresh page 2s 170ms
And Check if text bold and red exclamation mark disappear after reading announcement "announcementAtTheBottom" 45s 253ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//h5[@data-object-id='219872241']"}
  (Session info: headless chrome=91.0.4472.106)
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: 'ns3112421', ip: '94.23.29.183', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-136-generic', java.version: '1.8.0_201'
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.LKvs85}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 558dc6614c1595b1e47c65486f1abc4b
*** Element info: {Using=xpath, value=//h5[@data-object-id='219872241']}
	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.Announcements.AnnouncementsPage.announcementHasVisibleBoldText(AnnouncementsPage.java:140)
	at CucumberTests.Announcements.AnnouncementsTest.checkIfTextBoldAndRedExclamationMarkDisappearAfterReadingAnnouncement(AnnouncementsTest.java:162)
	at ✽.Check if text bold and red exclamation mark disappear after reading announcement "announcementAtTheBottom"(file:Features/Atom/Announcements/Announcements.feature:80)
After Hooks.deleteAnnouncementAfterTest() 031ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 111ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 036ms
And Login as "neuca-warehouseman" 1s 483ms
And Check if announcements counter equals "1" 051ms
Then Verify that announcement tab is open 030ms
And Unwrap announcement 3s 213ms
And Check if announcement is unwrapping correctly 064ms
And Check if announcements counter equals "" 047ms
After Hooks.deleteAnnouncementAfterTest() 035ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 397ms
When Go to "ANNOUNCEMENTS_TAB" 098ms
And Go to manage announcements tab 081ms
And Go to add new announcement form 164ms
And Fill announcement form with subject "Inglisz anołcment" and content "Bonżur" for roleGroups "ADMIN,LOGISTICIAN" 294ms
And Choose option: announcement english version 120ms
And Send announcement 061ms
Then Verify that english announcement subject and content is required 049ms
When Fill english version announcement form with subject "Inglisz anołcment" and content "Bonżur" 190ms
And Send announcement 037ms
Then Verify that announcement with "Inglisz anołcment" is present in admin table 133ms
After Hooks.deleteAnnouncementAfterTest() 025ms