Project Number Date
ApolloFullRunnerReport A-7146.436 26 maj 2021, 01:01

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@NIE_DZIAŁA_PRZEZ_A-7660 12 1 0 0 0 13 0 1 1 9s 470ms Failed
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 087ms
And Set basic authorities "ROLE_CLASSIFICATION_TAB;ROLE_QUEUES_TAB" to user "super-admin-skd" 074ms
And Create square with "Plac automaty 1" by JSON file as "super-admin-skd" 040ms
And Create queue with "Kolejka automaty 1" by JSON file as "super-admin-skd" 086ms
And Create place with "Miejsce automaty 1" by JSON file as "super-admin-skd" 114ms
When Go to "SETTINGS_TAB" 345ms
And Click "Plac automaty 1" edit square button 1s 114ms
And Click "Miejsce automaty 1" edit place button 1s 109ms
And Click delete squares object button and confirm alert 2s 061ms
Then Go to "QUEUES_TAB" 199ms
And Refresh page 2s 142ms
And Go to square: "Plac automaty 1" 080ms
And Verify that "Miejsce 1" is not visible in page 1s 012ms
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() 051ms