We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e4917 commit 3a3c200Copy full SHA for 3a3c200
cypress/e2e/edit.cy.js
@@ -47,6 +47,7 @@ describe('Edit Page', () => {
47
it('should redirect to list page after edit success', () => {
48
// For some unknown reason, the click on submit didn't work in cypress
49
// so we submit with enter
50
+ EditPostPage.waitUntilVisible();
51
EditPostPage.setInputValue('input', 'title', 'Lorem Ipsum{enter}');
52
cy.url().should('match', /\/#\/posts$/);
53
});
0 commit comments