mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test: remove only
This commit is contained in:
@@ -65,7 +65,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
|
||||
await expect(segmentContent).toBeInViewport();
|
||||
});
|
||||
|
||||
test.only('should scroll to the third content and update the segment value when the second segment content is disabled', async ({ page }) => {
|
||||
test('should scroll to the third content and update the segment value when the second segment content is disabled', async ({ page }) => {
|
||||
await page.setContent(
|
||||
`
|
||||
<ion-segment>
|
||||
|
||||
Reference in New Issue
Block a user