Skip to content

Commit a1b2157

Browse files
committed
Try stabilizing tests
1 parent 2aa2cba commit a1b2157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/e2e/edit.cy.js

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ describe('Edit Page', () => {
4747
it('should redirect to list page after edit success', () => {
4848
// For some unknown reason, the click on submit didn't work in cypress
4949
// so we submit with enter
50+
EditPostPage.waitUntilVisible();
5051
EditPostPage.setInputValue('input', 'title', 'Lorem Ipsum{enter}');
5152
cy.url().should('match', /\/#\/posts$/);
5253
});

0 commit comments

Comments
 (0)