Skip to content

Commit a95083b

Browse files
committed
Reverting test name change
1 parent 6966803 commit a95083b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/textarea/test/rows/textarea.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screensh
3535
await expect(container).toHaveScreenshot(screenshot(`textarea-rows`));
3636
});
3737

38-
test('should respect rows attribute', async ({ page }) => {
38+
test('should respect rows attribute with different sizes', async ({ page }) => {
3939
await page.setContent(
4040
`
4141
<div id="container" style="display: flex; flex-direction: column; gap: 20px;">

0 commit comments

Comments
 (0)