e2e greuge path bug fix
This commit is contained in:
parent
6b683b5713
commit
51ed517433
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue