Skip to content

Commit

Permalink
Merge branch 'develop' into feat/LWS-273-find-using-cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson committed Dec 12, 2024
2 parents 0965660 + af47567 commit c639e73
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/supersearch/e2e/supersearch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ test('expanded search is closable', async ({ page }) => {
'by pressing the Escape key'
).not.toBeVisible();
await page.locator('[data-test-id="test1"]').getByRole('textbox').locator('div').click();
await page
.locator('[data-test-id="test1"]')
.getByRole('dialog')
.first()
.click({ position: { x: 0, y: 0 } });
await page.mouse.click(0, 0);
await expect(
page.locator('[data-test-id="test1"]').getByRole('dialog').first(),
'by clicking outside'
Expand Down

0 comments on commit c639e73

Please sign in to comment.