Merge pull request 'fixed the intermitence of subtotal in the e2e path' (#270) from order_lines_e2e_fixed into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-by: Bernat Exposito <bernat@verdnatura.es>
This commit is contained in:
Bernat Exposito 2020-05-21 13:26:04 +00:00
commit b335eb4b1f
1 changed files with 1 additions and 0 deletions

View File

@ -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');