Project Number Date
ApolloFullRunnerReport develop.323 01 mar 2021, 14:05

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 2m 57s 935ms Failed
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 112ms
When Go to "ANNOUNCEMENTS_TAB" 081ms
And Go to manage announcements tab 108ms
And Go to add new announcement form 161ms
And Add new announcement with subject "Nowe ogłoszenie" and content "Treść" for roleGroups "ADMIN,LOGISTICIAN" 389ms
Then Verify that announcement with "Nowe ogłoszenie" is present in admin table 379ms
After Hooks.deleteAnnouncementAfterTest() 158ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 233ms
When Go to "ANNOUNCEMENTS_TAB" 070ms
And Go to manage announcements tab 090ms
And Go to add new announcement form 157ms
And Add new announcement with subject "Ogłoszenie dla ochrony" and content "Treść" for roleGroups "GUARD" 284ms
Then Login as "neuca-guard" 1s 531ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is visible 046ms
Then Login as "neuca-admin" 1s 629ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is not visible 15s 035ms
After Hooks.deleteAnnouncementAfterTest() 068ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 683ms
When Go to "ANNOUNCEMENTS_TAB" 097ms
And Go to manage announcements tab 124ms
And Go to add new announcement form 157ms
And Add new announcement with subject "Ogłoszenie dla obserwatora" and content "Treść" for roleGroups "OBSERVER" 327ms
Then Login as "neuca-observer" 1s 660ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is visible 049ms
Then Login as "neuca-guard" 1s 528ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is not visible 15s 029ms
After Hooks.deleteAnnouncementAfterTest() 181ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 106ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 122ms
Then Login as "neuca-warehouseman" 1s 486ms
And Verify that announcement tab is open 029ms
And Verify by ID from API that announcement is visible 127ms
Then Check if announcement is unwrapping correctly 3s 250ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 094ms
Given Login as "neuca-admin" 1s 600ms
And Go to manage announcements tab 111ms
And Edit announcement and change content to "*jednak podwyżek nie będzie - hue hue" 18s 297ms
Then Login as "neuca-warehouseman" 1s 665ms
And Verify by ID from API that announcement is visible 124ms
Then Check if announcement is unwrapping correctly 3s 255ms
And Check that announcement has an edit author 157ms
And Check if announcement content is edit correctly "*jednak podwyżek nie będzie - hue hue" 074ms
After Hooks.deleteAnnouncementAfterTest() 112ms
View Feature Announcements
Scenario Outline Check if marking unread advertisements is working correctly
Steps
Given Set token of apiUsername "super-admin-neuca" 094ms
And Login as "neuca-admin" 1s 520ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 125ms
Then Login as "neuca-warehouseman" 1s 573ms
And Verify by ID from API that announcement is visible 104ms
Then Check if announcement is wrap 023ms
Then Check if announcement has a red mark "announcementOnTheTop" 30s 093ms
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() 118ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 090ms
And Login as "neuca-warehouseman" 1s 685ms
Then Check counter of unread announcements 30s 055ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 184ms
When Refresh page 2s 197ms
Then Verify that announcement tab is open 083ms
And Check if the number of unread announcement is higher by one 082ms
And Check if announcement is unwrapping correctly 3s 274ms
When Refresh page 2s 136ms
And Check if the number of unread announcements is the same as at the beginning 30s 133ms
After Hooks.deleteAnnouncementAfterTest() 111ms