forked from baron/baron-sso
test(e2e): skip coordinate-based WASM tests on mobile
This commit is contained in:
@@ -156,6 +156,8 @@ async function waitForInitialProfileLoad(state: ProfileState): Promise<void> {
|
||||
}
|
||||
|
||||
test.describe('UserFront WASM profile department editing', () => {
|
||||
test.skip(({ isMobile }) => isMobile, 'Desktop only (hardcoded coordinates)');
|
||||
|
||||
test.afterEach(async ({ page }) => {
|
||||
await page.unroute('**/api/v1/**');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user