fixed summary e2e path
This commit is contained in:
parent
b3037e2db9
commit
241c360c54
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue