From 1ca8a7fc86e31e7f0dbdfd719d8b3cd34c403f00 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Mon, 17 Feb 2020 21:23:49 +0100 Subject: [PATCH] Fix other syntax error :doh: --- cypress/integration/common/steps.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);