diff --git a/e2e/paths/07-order/03_lines.spec.js b/e2e/paths/07-order/03_lines.spec.js index 6f87b45f0..c054bbaa3 100644 --- a/e2e/paths/07-order/03_lines.spec.js +++ b/e2e/paths/07-order/03_lines.spec.js @@ -32,6 +32,7 @@ describe('Order lines', () => { }); it('should confirm the order subtotal has changed', async() => { + await page.waitForTextInElement(selectors.orderLine.orderSubtotal, '90.10'); const result = await page .waitToGetProperty(selectors.orderLine.orderSubtotal, 'innerText');