Project Number Date
ApolloFullRunnerReport develop.456 08 cze 2021, 17:01

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteSquareAfterTest 96 2 5 0 0 103 7 2 9 1m 32s 584ms Failed
View Feature Squares
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 1s 652ms
And Set basic authorities "ROLE_CLASSIFICATION_TAB" to user "super-admin-skd" 3s 163ms
When Go to "SETTINGS_TAB" 320ms
And Create square - set "Plac automaty 1", "99" 361ms
Then Go to "SETTINGS_TAB" 272ms
And Set square "Plac automaty 1" id 023ms
And Verify if "Plac automaty 1" is visible in square table in settings page 027ms
After Hooks.rollbackAddedAuthorities() 000ms
After Hooks.deleteSquareAfterTest() 098ms
View Feature Squares
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 1s 004ms
And Set basic authorities "ROLE_CLASSIFICATION_TAB" to user "super-admin-skd" 053ms
And Create square with "Plac automaty 2" by JSON file as "super-admin-skd" 048ms
When Go to "SETTINGS_TAB" 306ms
And Click "Plac automaty 2" edit square button 1s 112ms
And Edit square - set "Plac automaty 3" 198ms
Then Go to "SETTINGS_TAB" 268ms
And Verify that "Plac automaty 3" is visible in page 012ms
After Hooks.rollbackAddedAuthorities() 000ms
After Hooks.deleteSquareAfterTest() 045ms
View Feature Squares
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 1s 142ms
And Set basic authorities "ROLE_CLASSIFICATION_TAB" to user "super-admin-skd" 082ms
And Create square with "Plac automaty 1" by JSON file as "super-admin-skd" 058ms
When Go to "SETTINGS_TAB" 281ms
And Click "Plac automaty 1" edit square button 1s 118ms
And Create queue - set "Kolejka automaty 1", "Queue 1", "Kolejka 1", "0" 458ms
Then Go to "SETTINGS_TAB" 304ms
And Click "Plac automaty 1" edit square button 1s 106ms
And Verify that "Kolejka automaty 1" is visible in page 006ms
And Go to "CLASSIFICATION_TAB" 257ms
And Verify that "Kolejka automaty 1" is visible in page 007ms
After Hooks.rollbackAddedAuthorities() 000ms
After Hooks.deleteSquareAfterTest() 038ms
View Feature Squares
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 1s 006ms
And Set basic authorities "ROLE_CLASSIFICATION_TAB" to user "super-admin-skd" 047ms
And Create square with "Plac automaty 1" by JSON file as "super-admin-skd" 042ms
And Create queue with "Kolejka automaty 1" by JSON file as "super-admin-skd" 095ms
When Go to "SETTINGS_TAB" 312ms
And Click "Plac automaty 1" edit square button 1s 096ms
And Click "Kolejka automaty 1" edit queue button 1s 105ms
And Edit queue - set "Kolejka automaty 2" 1s 195ms
Then Go to "SETTINGS_TAB" 281ms
And Click "Plac automaty 1" edit square button 1s 116ms
And Verify that "Kolejka automaty 2" is visible in page 008ms
And Go to "CLASSIFICATION_TAB" 199ms
And Verify that "Kolejka automaty 2" is visible in page 005ms
After Hooks.rollbackAddedAuthorities() 000ms
After Hooks.deleteSquareAfterTest() 059ms
View Feature Squares
Scenario Outline Check if possible to create place and check if is visible on other tabs
Steps
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 999ms
And Set basic authorities "ROLE_CLASSIFICATION_TAB;ROLE_QUEUES_TAB" to user "super-admin-skd" 090ms
And Create square with "Plac automaty 1" by JSON file as "super-admin-skd" 038ms
And Create queue with "Kolejka automaty 1" by JSON file as "super-admin-skd" 081ms
When Go to "SETTINGS_TAB" 296ms
And Click "Plac automaty 1" edit square button 1s 109ms
And Create place - set "Miejsce automaty 1", "Miejsce 1", "0" 1s 339ms
Then Go to "SETTINGS_TAB" 33s 754ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: //a[@href = '#/warehouses/create'] | //a[@href = '/warehouses/create'] (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:193)
	at ✽.Go to "SETTINGS_TAB"(file:Features/Atom/Squares/Squares.feature:75)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //a[@href = '#/warehouses/create'] | //a[@href = '/warehouses/create']
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: 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:193)
	at sun.reflect.GeneratedMethodAccessor208.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 Click "Plac automaty 1" edit square button 000ms
And Verify that "Miejsce automaty 1" is visible in page 000ms
And Go to "QUEUES_TAB" 000ms
And Go to square: "Plac automaty 1" 000ms
And Verify that "Miejsce 1" is visible in page 000ms
After Hooks.rollbackAddedAuthorities() 001ms
After Hooks.deleteSquareAfterTest() 057ms
View Feature Squares
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 1s 122ms
And Set basic authorities "ROLE_CLASSIFICATION_TAB;ROLE_QUEUES_TAB" to user "super-admin-skd" 079ms
And Create square with "Plac automaty 1" by JSON file as "super-admin-skd" 049ms
And Create queue with "Kolejka automaty 1" by JSON file as "super-admin-skd" 092ms
And Create place with "Miejsce automaty 1" by JSON file as "super-admin-skd" 058ms
When Go to "SETTINGS_TAB" 346ms
And Click "Plac automaty 1" edit square button 1s 114ms
And Click "Miejsce automaty 1" edit place button 1s 098ms
And Edit place - set "Miejsce automaty 2", "Miejsce 2" 1s 272ms
Then Go to "SETTINGS_TAB" 287ms
And Click "Plac automaty 1" edit square button 1s 113ms
And Verify that "Miejsce automaty 2" is visible in page 007ms
And Go to "QUEUES_TAB" 206ms
And Go to square: "Plac automaty 1" 053ms
And Verify that "Miejsce 2" is visible on "Kolejka automaty 1" 028ms
After Hooks.rollbackAddedAuthorities() 000ms
After Hooks.deleteSquareAfterTest() 048ms
View Feature Squares
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 988ms
And Set basic authorities "ROLE_CLASSIFICATION_TAB;ROLE_QUEUES_TAB" to user "super-admin-skd" 086ms
And Create square with "Plac automaty 1" by JSON file as "super-admin-skd" 048ms
When Go to "SETTINGS_TAB" 308ms
And Click "Plac automaty 1" edit square button 1s 110ms
And Click delete squares object button and confirm alert 2s 065ms
Then Go to "QUEUES_TAB" 201ms
And Refresh page 2s 111ms
And Verify that "Plac automaty 1" is not visible in page 1s 014ms
And Go to "SETTINGS_TAB" 352ms
And Verify that "Plac automaty 1" is not visible in page 1s 021ms
After Hooks.rollbackAddedAuthorities() 000ms
After Hooks.deleteSquareAfterTest() 050ms
View Feature Squares
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 1s 065ms
And Set basic authorities "ROLE_CLASSIFICATION_TAB;ROLE_QUEUES_TAB" to user "super-admin-skd" 091ms
And Create square with "Plac automaty 1" by JSON file as "super-admin-skd" 052ms
And Create queue with "Kolejka automaty 1" by JSON file as "super-admin-skd" 093ms
When Go to "SETTINGS_TAB" 297ms
And Click "Plac automaty 1" edit square button 1s 115ms
And Click "Kolejka automaty 1" edit queue button 1s 124ms
And Click delete squares object button and confirm alert 2s 047ms
Then Go to "QUEUES_TAB" 178ms
And Refresh page 2s 068ms
And Go to square: "Plac automaty 1" 046ms
And Verify that "Kolejka automaty 1" is not visible in page 1s 009ms
After Hooks.rollbackAddedAuthorities() 001ms
After Hooks.deleteSquareAfterTest() 050ms
View Feature Squares
Scenario Outline Check if possible to delete place from square
Steps
Given Login as "super-admin-skd" and set token of apiUsername "super-admin-skd" 1s 001ms
And Set basic authorities "ROLE_CLASSIFICATION_TAB;ROLE_QUEUES_TAB" to user "super-admin-skd" 082ms
And Create square with "Plac automaty 1" by JSON file as "super-admin-skd" 043ms
And Create queue with "Kolejka automaty 1" by JSON file as "super-admin-skd" 084ms
And Create place with "Miejsce automaty 1" by JSON file as "super-admin-skd" 044ms
When Go to "SETTINGS_TAB" 297ms
And Click "Plac automaty 1" edit square button 1s 109ms
And Click "Miejsce automaty 1" edit place button 1s 113ms
And Click delete squares object button and confirm alert 2s 045ms
Then Go to "QUEUES_TAB" 237ms
And Refresh page 2s 156ms
And Go to square: "Plac automaty 1" 051ms
And Verify that "Miejsce 1" is not visible in page 1s 010ms
java.lang.AssertionError: Miejsce 1 jest nadal widoczny na stronie
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertFalse(Assert.java:64)
	at CucumberTests.Squares.EditSquare.verifyThatObjectVisibleInPage(EditSquare.java:52)
	at ✽.Verify that "Miejsce 1" is not visible in page(file:Features/Atom/Squares/Squares.feature:160)
After Hooks.rollbackAddedAuthorities() 001ms
After Hooks.deleteSquareAfterTest() 053ms