Skip to content

Commit 798e725

Browse files
committed
test: remove only
1 parent 15b8b8f commit 798e725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/segment-view/test/disabled/segment-view.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
6565
await expect(segmentContent).toBeInViewport();
6666
});
6767

68-
test.only('should scroll to the third content and update the segment value when the second segment content is disabled', async ({ page }) => {
68+
test('should scroll to the third content and update the segment value when the second segment content is disabled', async ({ page }) => {
6969
await page.setContent(
7070
`
7171
<ion-segment>

0 commit comments

Comments
 (0)