Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(commerce): fix flaky commerce query summary tests (#4235)
https://coveord.atlassian.net/browse/KIT-3369 fixes this strict selector error : Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toBeVisible: Error: strict mode violation: getByText(/^Product 1 of 1 for kayak$/) resolved to 2 elements: 1) <div role="status" aria-live="polite" id="aria-live-eypty-query-summary">Product 1 of 1 for kayak</div> aka locator('#aria-live-eypty-query-summary') 2) <div part="container" class="text-on-background">…</div> aka locator('#code-root').getByText('Product 1 of 1 for kayak')
- Loading branch information