fix(item-divider): set padding-end for md (#27019)

closes #23785
This commit is contained in:
Shawn Taylor
2023-03-31 17:00:12 -04:00
committed by GitHub
parent 75186d3f83
commit 426913d0de
45 changed files with 41 additions and 1 deletions

View File

@ -31,6 +31,7 @@ test.describe('textarea: autogrow', () => {
].join('\n')
);
await page.waitForChanges();
await expect(ionTextarea).toHaveScreenshot(`textarea-autogrow-after-${page.getSnapshotSettings()}.png`);
});