Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Feb 6, 2024
1 parent 0883475 commit 86eea70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/utils/test/overlays/overlays.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
await expect(modalInputOne).toBeFocused();
});

test.only('focusing toast from a shadow overlay should return focus to the last focused element', async ({
test('focusing toast from a shadow overlay should return focus to the last focused element', async ({
page,
skip,
}) => {
Expand Down Expand Up @@ -310,7 +310,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
await expect(showToastButton).toBeFocused();
});

test.only('focusing toast from a scoped overlay should return focus to the last focused element', async ({
test('focusing toast from a scoped overlay should return focus to the last focused element', async ({
page,
skip,
}) => {
Expand Down

0 comments on commit 86eea70

Please sign in to comment.