diff --git a/e2e/paths/item-module/01_item_summary.spec.js b/e2e/paths/item-module/01_item_summary.spec.js index e4142cf60f..3e95f468fd 100644 --- a/e2e/paths/item-module/01_item_summary.spec.js +++ b/e2e/paths/item-module/01_item_summary.spec.js @@ -51,6 +51,7 @@ describe('Item summary path', () => { it(`should check the item summary preview shows fields from tags`, () => { return nightmare + .waitForTextInElement(selectors.itemSummary.tags, 'Color: Yellow') .getInnerText(selectors.itemSummary.tags) .then(result => { expect(result).toContain('Color: Yellow');