mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
test(fab): skip flaky custom size test (#30463)
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
This commit is contained in:
@ -6,7 +6,8 @@ import { configs, test, Viewports } from '@utils/test/playwright';
|
|||||||
*/
|
*/
|
||||||
configs({ modes: ['ios'] }).forEach(({ title, config, screenshot }) => {
|
configs({ modes: ['ios'] }).forEach(({ title, config, screenshot }) => {
|
||||||
test.describe(title('fab: custom size'), () => {
|
test.describe(title('fab: custom size'), () => {
|
||||||
test('should position fabs correctly with custom sizes', async ({ page }) => {
|
// TODO(FW-6587): Remove skip once the flaky test is fixed
|
||||||
|
test.skip('should position fabs correctly with custom sizes', async ({ page }) => {
|
||||||
await page.goto(`/src/components/fab/test/custom-size`, config);
|
await page.goto(`/src/components/fab/test/custom-size`, config);
|
||||||
|
|
||||||
await page.setViewportSize(Viewports.tablet.landscape);
|
await page.setViewportSize(Viewports.tablet.landscape);
|
||||||
|
Reference in New Issue
Block a user