Skip to content

Commit ee0efca

Browse files
actions-userchristian-byrne
authored andcommitted
[automated] Apply ESLint and Oxfmt fixes
1 parent 233a296 commit ee0efca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

browser_tests/tests/subscription.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ async function openUserPopover(page: Page): Promise<Locator> {
1414
// Use dispatchEvent instead of click() to bypass Playwright's actionability
1515
// check — in the cloud environment a subscription dialog backdrop can be
1616
// present during initial page load and would block a standard click.
17-
await page
18-
.getByTestId(TestIds.user.currentUserButton)
19-
.dispatchEvent('click')
17+
await page.getByTestId(TestIds.user.currentUserButton).dispatchEvent('click')
2018
const popover = page.getByTestId(TestIds.user.currentUserPopover)
2119
await expect(popover).toBeVisible()
2220
return popover

0 commit comments

Comments
 (0)