Skip to content

Commit 3190dcf

Browse files
committed
test(infinite-scroll): use proper spelling
1 parent 12c848b commit 3190dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/infinite-scroll/test/top/infinite-scroll.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { configs, test } from '@utils/test/playwright';
44
configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
55
test.describe(title('infinite-scroll: top'), () => {
66
test('should load more items when scrolled to the top', async ({ page, skip }) => {
7-
// TODO(FW-6394): remove once flakinq issue is resolved
7+
// TODO(FW-6394): remove once flaky issue is resolved
88
skip.browser('webkit', 'Safari is flaky on CI');
99

1010
await page.goto('/src/components/infinite-scroll/test/top', config);

0 commit comments

Comments
 (0)