chore: roll Playwright to remove empty generic nodes (#330)

This commit is contained in:
Pavel Feldman 2025-05-02 16:10:48 -07:00 committed by GitHub
parent 2c9376e50f
commit 292e75d464
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 41 additions and 48 deletions

View file

@ -26,9 +26,8 @@ test('browser_file_upload', async ({ client }) => {
},
})).toContainTextContent(`
\`\`\`yaml
- generic [ref=s1e2]:
- button "Choose File" [ref=s1e3]
- button "Button" [ref=s1e4]
- button "Choose File" [ref=s1e3]
- button "Button" [ref=s1e4]
\`\`\``);
{
@ -65,9 +64,8 @@ The tool "browser_file_upload" can only be used when there is related modal stat
expect(response).not.toContainTextContent('### Modal state');
expect(response).toContainTextContent(`
\`\`\`yaml
- generic [ref=s3e2]:
- button "Choose File" [ref=s3e3]
- button "Button" [ref=s3e4]
- button "Choose File" [ref=s3e3]
- button "Button" [ref=s3e4]
\`\`\``);
}