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

@ -74,7 +74,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, screenshot, c
await ionLoadingDidPresent.next();
const button = page.locator('ion-loading ion-button');
const button = page.locator('ion-loading button');
if (browserName === 'webkit') {
await page.keyboard.down('Alt');