From 241c360c54838b2ca69d16bccf1a4c5642d838fb Mon Sep 17 00:00:00 2001 From: Carlos Jimenez <=> Date: Wed, 28 Feb 2018 13:46:45 +0100 Subject: [PATCH] fixed summary e2e path --- e2e/paths/item-module/01_item_summary.spec.js | 1 + 1 file changed, 1 insertion(+) 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');