Merge branch 'main' into chore-update-from-main

This commit is contained in:
Brandy Carney
2024-05-10 17:29:30 -04:00
115 changed files with 16864 additions and 230 deletions

View File

@ -11,7 +11,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ config, screenshot, t
test('should update the active item', async ({ page }) => {
const breadcrumbItems = page.locator('ion-breadcrumb');
const addItemButton = page.locator('ion-button#add-btn');
const addItemButton = page.locator('#add-btn');
await expect(breadcrumbItems).toHaveCount(4);