We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8d5fd commit 153f15dCopy full SHA for 153f15d
core/src/components/modal/test/sheet/modal.e2e.ts
@@ -22,7 +22,7 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
22
animations: 'allow',
23
});
24
25
- test('should have working eventListener in ion-footer when expandToScroll is false', async ({ page }) => {
+ test('should have working event listener in ion-footer when expandToScroll is false', async ({ page }) => {
26
await page.goto('/src/components/modal/test/sheet', config);
27
test.info().annotations.push({
28
type: 'issue',
0 commit comments