e2e greuge path completed

This commit is contained in:
Carlos Jimenez 2018-01-12 11:19:48 +01:00
parent 51ed517433
commit ed6751b571
1 changed files with 2 additions and 0 deletions

View File

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