From 74a33e7b8e8746b5112deba5f0f34fff3f33a8a4 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 13 Feb 2024 08:49:11 -0500 Subject: [PATCH] test: remove css animations e2e tests --- .../animation/test/animationbuilder/animation.e2e.ts | 5 ----- core/src/utils/animation/test/animationbuilder/index.html | 5 ----- core/src/utils/animation/test/basic/animation.e2e.ts | 5 ----- core/src/utils/animation/test/basic/index.html | 5 ----- core/src/utils/animation/test/display/animation.e2e.ts | 5 ----- core/src/utils/animation/test/display/index.html | 5 ----- core/src/utils/animation/test/hooks/animation.e2e.ts | 5 ----- core/src/utils/animation/test/hooks/index.html | 5 ----- core/src/utils/animation/test/multiple/animation.e2e.ts | 8 -------- core/src/utils/animation/test/multiple/index.html | 5 ----- core/src/utils/animation/test/reuse/index.html | 5 ----- 11 files changed, 58 deletions(-) diff --git a/core/src/utils/animation/test/animationbuilder/animation.e2e.ts b/core/src/utils/animation/test/animationbuilder/animation.e2e.ts index 96ea221853..a37b7b0694 100644 --- a/core/src/utils/animation/test/animationbuilder/animation.e2e.ts +++ b/core/src/utils/animation/test/animationbuilder/animation.e2e.ts @@ -12,11 +12,6 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => await page.goto('/src/utils/animation/test/animationbuilder', config); await testNavigation(page); }); - - test('ios-transition css', async ({ page }) => { - await page.goto('/src/utils/animation/test/animationbuilder?ionic:_forceCSSAnimations=true', config); - await testNavigation(page); - }); }); }); diff --git a/core/src/utils/animation/test/animationbuilder/index.html b/core/src/utils/animation/test/animationbuilder/index.html index a61fa92ee7..795b95efeb 100644 --- a/core/src/utils/animation/test/animationbuilder/index.html +++ b/core/src/utils/animation/test/animationbuilder/index.html @@ -13,11 +13,6 @@