chore: roll Playwright to latest (#971)

This commit is contained in:
Pavel Feldman
2025-08-29 18:25:21 -07:00
committed by GitHub
parent 29d468dac7
commit b176111891
4 changed files with 24 additions and 24 deletions

View File

@@ -96,7 +96,7 @@ const verifyList = defineTabTool({
}
const ariaSnapshot = `\`
- list:
${itemTexts.map(t => ` - text: ${javascript.escapeWithQuotes(t, '"')}`).join('\n')}
${itemTexts.map(t => ` - listitem: ${javascript.escapeWithQuotes(t, '"')}`).join('\n')}
\``;
response.addCode(`await expect(page.locator('body')).toMatchAriaSnapshot(${ariaSnapshot});`);
response.addResult('Done');