e2e greuge path bug fix
This commit is contained in:
parent
6b683b5713
commit
51ed517433
e2e/paths
|
@ -164,7 +164,7 @@ describe('Add greuge path', () => {
|
||||||
.catch(catchErrors(done));
|
.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
|
nightmare
|
||||||
.waitForSnackbarReset()
|
.waitForSnackbarReset()
|
||||||
.wait(selectors.greuge.firstGreugeText)
|
.wait(selectors.greuge.firstGreugeText)
|
||||||
|
|
Loading…
Reference in New Issue