e2e greuge path completed
This commit is contained in:
parent
51ed517433
commit
ed6751b571
|
@ -171,6 +171,8 @@ describe('Add greuge path', () => {
|
|||
.getInnerText(selectors.greuge.firstGreugeText)
|
||||
.then(value => {
|
||||
expect(value).toContain(999);
|
||||
expect(value).toContain('new armor for Batman!');
|
||||
expect(value).toContain('Diff');
|
||||
done();
|
||||
})
|
||||
.catch(catchErrors(done));
|
||||
|
|
Loading…
Reference in New Issue