Merge remote-tracking branch 'origin/main' into sync-feat-74

This commit is contained in:
Liam DeBeasi
2023-09-11 09:23:16 -04:00
100 changed files with 709 additions and 195 deletions

View File

@ -17,7 +17,7 @@ configs().forEach(({ title, screenshot, config }) => {
config
);
const list = page.locator('ion-list');
await expect(list).toHaveScreenshot(screenshot(`toggle-list`));
await expect(list).toHaveScreenshot(screenshot(`radio-list`));
});
test('should render correctly in inset list', async ({ page }) => {
await page.setContent(