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
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-by: Bernat Exposito <bernat@verdnatura.es>
This commit is contained in:
commit
b335eb4b1f
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue