From 51ed5174334f2901a3020d9b55c55d527d841269 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez <=> Date: Fri, 12 Jan 2018 11:16:46 +0100 Subject: [PATCH] e2e greuge path bug fix --- e2e/paths/09_add_greuge.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/paths/09_add_greuge.spec.js b/e2e/paths/09_add_greuge.spec.js index 88de5333d..72eb720c2 100644 --- a/e2e/paths/09_add_greuge.spec.js +++ b/e2e/paths/09_add_greuge.spec.js @@ -164,7 +164,7 @@ describe('Add greuge path', () => { .catch(catchErrors(done)); }); - it('should confirm the greuge was added on the 7th location of the list', done => { + it('should confirm the greuge was added to the list', done => { nightmare .waitForSnackbarReset() .wait(selectors.greuge.firstGreugeText)