Update test to work with new item wrapping

This commit is contained in:
Shawn Taylor
2023-11-02 15:26:07 -04:00
parent 50e99b2180
commit b5a4d37970

View File

@ -31,7 +31,7 @@ configs().forEach(({ title, screenshot, config }) => {
</ion-item>
<ion-item>
<ion-label> Single line text that should have ellipses when it doesn't all fit in the item</ion-label>
<ion-label class="ion-text-nowrap"> Single line text that should have ellipses when it doesn't all fit in the item</ion-label>
</ion-item>
</ion-list>
`,