mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
test(input): remove the .only within fill (#29478)
This commit is contained in:
@ -109,7 +109,7 @@ configs({ modes: ['md'] }).forEach(({ title, screenshot, config }) => {
|
||||
const input = page.locator('ion-input');
|
||||
await expect(input).toHaveScreenshot(screenshot(`input-fill-outline-label-floating`));
|
||||
});
|
||||
test.only('padding should be customizable', async ({ page }) => {
|
||||
test('padding should be customizable', async ({ page }) => {
|
||||
/**
|
||||
* Requires padding at the top to prevent the label
|
||||
* from being clipped by the top of the input.
|
||||
|
||||
Reference in New Issue
Block a user