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)