test(textarea): skip autogrow test due to flakiness (#27100)

This commit is contained in:
Maria Hutt
2023-04-03 09:38:56 -07:00
committed by GitHub
parent 1638749be3
commit d939ad36e3
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ test.describe('textarea: autogrow', () => {
await expect(page).toHaveScreenshot(`textarea-autogrow-diff-${page.getSnapshotSettings()}.png`);
});
test('should grow when typing', async ({ page }) => {
// TODO(FW-3920): Autogrow test is flaky
test.skip('should grow when typing', async ({ page }) => {
await page.setContent(`
<ion-textarea aria-label="Textarea" auto-grow="true"></ion-textarea>
`);

View File

@@ -10,7 +10,8 @@ test.describe('textarea: autogrow', () => {
expect(await page.screenshot()).toMatchSnapshot(`textarea-autogrow-diff-${page.getSnapshotSettings()}.png`);
});
test('should grow when typing', async ({ page }) => {
// TODO(FW-3920): Autogrow test is flaky
test.skip('should grow when typing', async ({ page }) => {
await page.setContent(
`
<ion-app>