Skip to content

Commit

Permalink
drop expectation around popover6 being invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Jan 16, 2023
1 parent a99ae81 commit 195231f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ test('popover as "manual"', async ({ page }) => {

test('popover as "invalid"', async ({ page }) => {
const popover = (await page.locator('#popover6')).nth(0);
await expect(popover).toBeVisible();
await expect(
async () => await popover.evaluate((node) => node.showPopover()),
).rejects.toThrow(
Expand Down

0 comments on commit 195231f

Please sign in to comment.