mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Added margin to focus test
This commit is contained in:
@ -49,7 +49,7 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screensh
|
||||
test.describe(title('chip: focus state'), () => {
|
||||
test('should render focus state', async ({ page }) => {
|
||||
await page.setContent(
|
||||
`<ion-chip class="ion-focused">
|
||||
`<ion-chip class="ion-focused ion-margin">
|
||||
<ion-label>Focused</ion-label>
|
||||
</ion-chip>`,
|
||||
config
|
||||
|
||||
Reference in New Issue
Block a user