chore(): sync with main:

This commit is contained in:
Liam DeBeasi
2022-07-20 15:44:38 -04:00
432 changed files with 1865 additions and 2838 deletions

View File

@ -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');