e2e greuge path bug fix

This commit is contained in:
Carlos Jimenez 2018-01-12 11:16:46 +01:00
parent 6b683b5713
commit 51ed517433
1 changed files with 1 additions and 1 deletions

View File

@ -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)