Project Number Date
ApolloFullRunnerReport master.338 08 mar 2021, 05:02

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteAnnouncementAfterTest 55 1 5 0 0 61 5 1 6 3m 4s 648ms Failed
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 075ms
When Go to "ANNOUNCEMENTS_TAB" 083ms
And Go to manage announcements tab 107ms
And Go to add new announcement form 176ms
And Add new announcement with subject "Nowe ogłoszenie" and content "Treść" for roleGroups "ADMIN,LOGISTICIAN" 345ms
Then Verify that announcement with "Nowe ogłoszenie" is present in admin table 820ms
After Hooks.deleteAnnouncementAfterTest() 194ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 3s 366ms
When Go to "ANNOUNCEMENTS_TAB" 074ms
And Go to manage announcements tab 090ms
And Go to add new announcement form 140ms
And Add new announcement with subject "Ogłoszenie dla ochrony" and content "Treść" for roleGroups "GUARD" 270ms
Then Login as "neuca-guard" 2s 868ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is visible 041ms
Then Login as "neuca-admin" 2s 484ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is not visible 15s 003ms
After Hooks.deleteAnnouncementAfterTest() 057ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 326ms
When Go to "ANNOUNCEMENTS_TAB" 081ms
And Go to manage announcements tab 103ms
And Go to add new announcement form 160ms
And Add new announcement with subject "Ogłoszenie dla obserwatora" and content "Treść" for roleGroups "OBSERVER" 286ms
Then Login as "neuca-observer" 2s 313ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is visible 039ms
Then Login as "neuca-guard" 1s 861ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is not visible 15s 027ms
After Hooks.deleteAnnouncementAfterTest() 404ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 103ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 166ms
Then Login as "neuca-warehouseman" 1s 936ms
And Verify that announcement tab is open 025ms
And Verify by ID from API that announcement is visible 106ms
Then Check if announcement is unwrapping correctly 3s 242ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 075ms
Given Login as "neuca-admin" 1s 639ms
And Go to manage announcements tab 088ms
And Edit announcement and change content to "*jednak podwyżek nie będzie - hue hue" 18s 207ms
Then Login as "neuca-warehouseman" 1s 777ms
And Verify by ID from API that announcement is visible 095ms
Then Check if announcement is unwrapping correctly 3s 244ms
And Check that announcement has an edit author 142ms
And Check if announcement content is edit correctly "*jednak podwyżek nie będzie - hue hue" 052ms
After Hooks.deleteAnnouncementAfterTest() 123ms
View Feature Announcements
Scenario Outline Check if marking unread advertisements is working correctly
Steps
Given Set token of apiUsername "super-admin-neuca" 092ms
And Login as "neuca-admin" 1s 458ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 135ms
Then Login as "neuca-warehouseman" 1s 622ms
And Verify by ID from API that announcement is visible 099ms
Then Check if announcement is wrap 031ms
Then Check if announcement has a red mark "announcementOnTheTop" 30s 095ms
java.lang.AssertionError: Wykrzyknik przy ogłoszeniu jest niewidoczny
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Announcements.AnnouncementsTest.checkIfAnnouncementHasARedMark(AnnouncementsTest.java:149)
	at ✽.Check if announcement has a red mark "announcementOnTheTop"(file:Features/Atom/Announcements/Announcements.feature:70)
Then Check if announcement is unwrapping correctly 000ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 000ms
And Check if text bold and red exclamation mark disappear after reading announcement "announcementOnTheTop" 000ms
Then Refresh page 000ms
And Check if text bold and red exclamation mark disappear after reading announcement "announcementAtTheBottom" 000ms
After Hooks.deleteAnnouncementAfterTest() 120ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 099ms
And Login as "neuca-warehouseman" 1s 835ms
Then Check counter of unread announcements 30s 100ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 193ms
When Refresh page 2s 163ms
Then Verify that announcement tab is open 525ms
And Check if the number of unread announcement is higher by one 069ms
And Check if announcement is unwrapping correctly 3s 238ms
When Refresh page 2s 129ms
And Check if the number of unread announcements is the same as at the beginning 30s 702ms
After Hooks.deleteAnnouncementAfterTest() 109ms