diff --git a/web-admin/playwright.config.ts b/web-admin/playwright.config.ts index 6b6a7b10b110..6e9e3b36b2a7 100644 --- a/web-admin/playwright.config.ts +++ b/web-admin/playwright.config.ts @@ -41,6 +41,18 @@ const config: PlaywrightTestConfig = { storageState: ADMIN_STORAGE_STATE, }, }, + { + // Responsive smoke checks run on an emulated phone against the same + // seeded stack. Limited to mobile-smoke so the desktop suites aren't + // re-run here. + name: "mobile", + dependencies: process.env.E2E_NO_SETUP_OR_TEARDOWN ? [] : ["setup"], + testMatch: "mobile-smoke.spec.ts", + use: { + ...devices["iPhone 13"], + storageState: ADMIN_STORAGE_STATE, + }, + }, ], }; diff --git a/web-admin/src/app.html b/web-admin/src/app.html index 47e0130dd622..e128fca37994 100644 --- a/web-admin/src/app.html +++ b/web-admin/src/app.html @@ -46,10 +46,12 @@ crossorigin /> - +