Skip to content

Commit

Permalink
ope
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Feb 6, 2024
1 parent fefae33 commit 8a7e0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/scenarios/api-test-pptr.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe('Individual modes API', function() {
const run = await api.startTimespan(state.page);

await page.click('button');
await page.waitForSelector('input', {});
await page.waitForSelector('input');

// Wait long enough to ensure a paint after button interaction.
await page.evaluate(doubleRaf);
Expand Down

0 comments on commit 8a7e0f9

Please sign in to comment.