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

@@ -213,9 +213,9 @@ test('browser_verify_list_visible', async ({ client, server }) => {
result: 'Done',
code: expect.stringContaining(`await expect(page.locator('body')).toMatchAriaSnapshot(\`
- list:
- text: "Apple"
- text: "Banana"
- text: "Cherry"
- listitem: "Apple"
- listitem: "Banana"
- listitem: "Cherry"
\`);`),
});
});
@@ -247,8 +247,8 @@ test('browser_verify_list_visible (partial items)', async ({ client, server }) =
result: 'Done',
code: expect.stringContaining(`await expect(page.locator('body')).toMatchAriaSnapshot(\`
- list:
- text: "Apple"
- text: "Cherry"
- listitem: "Apple"
- listitem: "Cherry"
\`);`),
});
});
@@ -453,7 +453,7 @@ test('browser_verify_value (radio checked)', async ({ client, server }) => {
arguments: {
type: 'radio',
element: 'Color radio',
ref: 'e4',
ref: 'e3',
value: 'true',
},
})).toHaveResponse({