fixed summary e2e path

This commit is contained in:
Carlos Jimenez 2018-02-28 13:46:45 +01:00
parent b3037e2db9
commit 241c360c54
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ describe('Item summary path', () => {
it(`should check the item summary preview shows fields from tags`, () => { it(`should check the item summary preview shows fields from tags`, () => {
return nightmare return nightmare
.waitForTextInElement(selectors.itemSummary.tags, 'Color: Yellow')
.getInnerText(selectors.itemSummary.tags) .getInnerText(selectors.itemSummary.tags)
.then(result => { .then(result => {
expect(result).toContain('Color: Yellow'); expect(result).toContain('Color: Yellow');