We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df6d2c commit 907506bCopy full SHA for 907506b
core/src/components/fab/test/custom-size/fab.e2e.ts
@@ -6,7 +6,8 @@ import { configs, test, Viewports } from '@utils/test/playwright';
6
*/
7
configs({ modes: ['ios'] }).forEach(({ title, config, screenshot }) => {
8
test.describe(title('fab: custom size'), () => {
9
- test('should position fabs correctly with custom sizes', async ({ page }) => {
+ // TODO(FW-6587): Remove skip once the flaky test is fixed
10
+ test.skip('should position fabs correctly with custom sizes', async ({ page }) => {
11
await page.goto(`/src/components/fab/test/custom-size`, config);
12
13
await page.setViewportSize(Viewports.tablet.landscape);
0 commit comments