diff --git a/cypress/integration/common/steps.js b/cypress/integration/common/steps.js index 11feb4eaf..02a5635d6 100644 --- a/cypress/integration/common/steps.js +++ b/cypress/integration/common/steps.js @@ -253,8 +253,7 @@ Given("we have the following posts in our database:", table => { }); }) }) - }) -}); +}) Then("I see a success message:", message => { cy.contains(message);