chore: roll playwright 5/9 (#394)

This commit is contained in:
Pavel Feldman 2025-05-09 18:01:17 -07:00 committed by GitHub
parent c28b480b51
commit 445170a76b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 88 additions and 149 deletions

View file

@ -63,7 +63,7 @@ test('create new tab', async ({ client }) => {
- Page Title: Tab one
- Page Snapshot
\`\`\`yaml
- generic [ref=s1e2]: Body one
- generic [ref=e1]: Body one
\`\`\``);
expect(await createTab(client, 'Tab two', 'Body two')).toHaveTextContent(`
@ -82,7 +82,7 @@ test('create new tab', async ({ client }) => {
- Page Title: Tab two
- Page Snapshot
\`\`\`yaml
- generic [ref=s1e2]: Body two
- generic [ref=e1]: Body two
\`\`\``);
});
@ -110,7 +110,7 @@ test('select tab', async ({ client }) => {
- Page Title: Tab one
- Page Snapshot
\`\`\`yaml
- generic [ref=s2e2]: Body one
- generic [ref=e1]: Body one
\`\`\``);
});
@ -137,7 +137,7 @@ test('close tab', async ({ client }) => {
- Page Title: Tab one
- Page Snapshot
\`\`\`yaml
- generic [ref=s2e2]: Body one
- generic [ref=e1]: Body one
\`\`\``);
});