Skip to content

Commit

Permalink
Move mouse to prevent hovering
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Apr 20, 2023
1 parent 191315e commit 3549ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/test/playwright/utils/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export const openFirstResult = async (page: Page, mediaType: MediaType) => {
await firstResult.click({ position: { x: 32, y: 32 } })
await scrollDownAndUp(page)
await page.waitForURL(firstResultHref)
await page.mouse.move(0, 80)
}

/**
Expand Down

0 comments on commit 3549ac9

Please sign in to comment.