Skip to content

Commit 1493e52

Browse files
committed
Add timeout at edit
1 parent 9801a91 commit 1493e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/user_story.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('Test new User Registration Workflow', () => {
9494
it('Allows user to edit the story created by them', () => {
9595
cy.get('[data-cy=btn-edit]', { timeout: 1000 }).click()
9696

97-
cy.get('[data-cy=edit-description]').type(editedDescription)
97+
cy.get('[data-cy=edit-description]', { timeout: 1000 }).type(editedDescription)
9898

9999
cy.get('[data-cy=btn-save]').click()
100100

0 commit comments

Comments
 (0)