mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
test(playwright): update to playwright 1.23 (#25645)
This commit is contained in:
@ -65,7 +65,7 @@ test.describe('toggle: basic', () => {
|
||||
test('should pass properties down to hidden input', async ({ page }) => {
|
||||
const toggle = page.locator('#grapeChecked');
|
||||
|
||||
await expect(toggle).toBeDisabled();
|
||||
await expect(toggle).toHaveJSProperty('disabled', true);
|
||||
await expect(toggle).toHaveJSProperty('value', 'grape');
|
||||
await expect(toggle).toHaveJSProperty('name', 'grape');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user