Skip to content

Commit 5e5e2bb

Browse files
committed
Added wait
1 parent f6443ca commit 5e5e2bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cypress.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"testStoryProduct": "EOS Icons",
99
"testCategory": "Documentation"
1010
},
11-
"defaultCommandTimeout": 15000,
1211
"testFiles": [
1312
"user_story.spec.js",
1413
"test_filters.spec.js"

cypress/integration/user_story.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ describe('Test new User Registration Workflow', () => {
9191
cy.get('[data-cy=stories]').contains(testStory.title).click()
9292

9393
cy.url().should('contain', 'story')
94+
95+
cy.wait(3000)
9496
})
9597

9698
it('Displays the data from template text', () => {

0 commit comments

Comments
 (0)