Skip to content

Commit 9c28450

Browse files
committed
test(datetime): update e2e test to pass button fill
1 parent f64c77c commit 9c28450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/datetime/test/basic/datetime.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ configs({ modes: ['ios', 'md', 'ionic-md'] }).forEach(({ title, screenshot, conf
297297
`
298298
<ion-datetime value="2022-05-03">
299299
<div slot="buttons">
300-
<ion-button id="custom-button" color="primary">Hello!</ion-button>
300+
<ion-button id="custom-button" fill="clear" color="primary">Hello!</ion-button>
301301
</div>
302302
</ion-datetime>
303303
`,

0 commit comments

Comments
 (0)