Project Number Date
ApolloFullRunnerReport apollo-test-2.98 29 lip 2021, 06:08

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteAnnouncementAfterTest 70 1 5 0 0 76 6 1 7 4m 25s 613ms Failed
View Feature Announcements
Scenario Outline Check if new announcement shows in manage announcements page
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 483ms
When Go to "ANNOUNCEMENTS_TAB" 35s 032ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: //label[text() = 'Ogłoszenia'] (tried for 30 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.checkElementIsVisible(BasePage.java:177)
	at CucumberTests.BaseTest.goToTab(BaseTest.java:94)
	at CucumberTests.Transport.CreateTransport.GoToTab(CreateTransport.java:207)
	at ✽.Go to "ANNOUNCEMENTS_TAB"(file:Features/Atom/Announcements/Announcements.feature:6)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //label[text() = 'Ogłoszenia']
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: 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.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:177)
	at CucumberTests.BaseTest.goToTab(BaseTest.java:94)
	at CucumberTests.Transport.CreateTransport.GoToTab(CreateTransport.java:207)
	at sun.reflect.GeneratedMethodAccessor225.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.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 Go to manage announcements tab 000ms
And Go to add new announcement form 000ms
And Fill announcement form with subject "Nowe ogłoszenie" and content "Treść" for roleGroups "ADMIN,LOGISTICIAN" 000ms
When Send announcement 000ms
Then Verify that announcement with "Nowe ogłoszenie" is present in admin table 000ms
After Hooks.deleteAnnouncementAfterTest() 198ms
View Feature Announcements
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 956ms
When Go to "ANNOUNCEMENTS_TAB" 396ms
And Go to manage announcements tab 280ms
And Go to add new announcement form 337ms
And Fill announcement form with subject "Ogłoszenie dla ochrony" and content "Treść" for roleGroups "GUARD" 758ms
When Send announcement 160ms
Then Login as "neuca-guard" 8s 550ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is visible 185ms
Then Login as "neuca-admin" 7s 756ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is not visible 15s 085ms
After Hooks.deleteAnnouncementAfterTest() 132ms
View Feature Announcements
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 8s 398ms
When Go to "ANNOUNCEMENTS_TAB" 437ms
And Go to manage announcements tab 301ms
And Go to add new announcement form 339ms
And Fill announcement form with subject "Ogłoszenie dla obserwatora" and content "Treść" for roleGroups "OBSERVER" 848ms
When Send announcement 170ms
Then Login as "neuca-observer" 8s 793ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is visible 226ms
Then Login as "neuca-guard" 7s 487ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is not visible 15s 061ms
After Hooks.deleteAnnouncementAfterTest() 155ms
View Feature Announcements
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 237ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 129ms
Then Login as "neuca-warehouseman" 7s 732ms
And Verify that announcement tab is open 128ms
And Verify by ID from API that announcement is visible 265ms
And Unwrap announcement 3s 342ms
Then Check if announcement is unwrapping correctly 188ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 261ms
Given Login as "neuca-admin" 7s 727ms
And Go to manage announcements tab 255ms
And Edit announcement and change content to "*jednak podwyżek nie będzie - hue hue" 19s 470ms
Then Login as "neuca-warehouseman" 7s 943ms
And Verify by ID from API that announcement is visible 371ms
And Unwrap announcement 3s 349ms
Then Check if announcement is unwrapping correctly 173ms
And Check that announcement has an edit author 250ms
And Check if announcement content is edit correctly "*jednak podwyżek nie będzie - hue hue" 128ms
After Hooks.deleteAnnouncementAfterTest() 135ms
View Feature Announcements
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 220ms
And Login as "neuca-admin" 8s 007ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 141ms
Then Login as "neuca-warehouseman" 7s 530ms
And Verify by ID from API that announcement is visible 356ms
And Check if announcement is wrap 098ms
And Check if announcement has a red mark "announcementOnTheTop" 270ms
And Unwrap announcement 3s 401ms
And Check if announcement is unwrapping correctly 192ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 266ms
And Check if text bold and red exclamation mark disappear after reading announcement "announcementOnTheTop" 30s 383ms
Then Refresh page 2s 345ms
And Check if text bold and red exclamation mark disappear after reading announcement "announcementAtTheBottom" 20s 594ms
After Hooks.deleteAnnouncementAfterTest() 148ms
View Feature Announcements
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 226ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 131ms
And Login as "neuca-warehouseman" 7s 527ms
And Check if announcements counter equals "1" 206ms
Then Verify that announcement tab is open 075ms
And Unwrap announcement 3s 384ms
And Check if announcement is unwrapping correctly 196ms
And Check if announcements counter equals "" 077ms
After Hooks.deleteAnnouncementAfterTest() 137ms
View Feature Announcements
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 8s 026ms
When Go to "ANNOUNCEMENTS_TAB" 414ms
And Go to manage announcements tab 294ms
And Go to add new announcement form 340ms
And Fill announcement form with subject "Inglisz anołcment" and content "Bonżur" for roleGroups "ADMIN,LOGISTICIAN" 957ms
And Choose option: announcement english version 357ms
And Send announcement 169ms
Then Verify that english announcement subject and content is required 200ms
When Fill english version announcement form with subject "Inglisz anołcment" and content "Bonżur" 596ms
And Send announcement 140ms
Then Verify that announcement with "Inglisz anołcment" is present in admin table 472ms
After Hooks.deleteAnnouncementAfterTest() 159ms