Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/library/inspector/cli-codegen-3.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ await page.Locator("#frame1").ContentFrame.Locator("iframe").ContentFrame.Locato
});
});

test('should generate frame locators (4)', async ({ openRecorder, server }) => {
test('should generate frame locators (4)', async ({ openRecorder, server, browserName }) => {
test.fixme(browserName === 'firefox', 'Recorder flakily attributes the nested anonymous-frame click to an adjacent empty frame, so the expected output never appears');
const { page, recorder } = await openRecorder();
/*
iframe
Expand Down