Skip to content

Commit 1807b0c

Browse files
committed
remove only
1 parent 3da477f commit 1807b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/utils/test/overlays/overlays.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('setRootAriaHidden()', () => {
8080
setRootAriaHidden(true);
8181
});
8282

83-
it.only('should remove router-outlet from accessibility tree when overlay is presented', async () => {
83+
it('should remove router-outlet from accessibility tree when overlay is presented', async () => {
8484
const page = await newSpecPage({
8585
components: [RouterOutlet, Modal],
8686
html: `
@@ -98,7 +98,7 @@ describe('setRootAriaHidden()', () => {
9898
expect(routerOutlet.hasAttribute('aria-hidden')).toEqual(true);
9999
});
100100

101-
it.only('should add router-outlet from accessibility tree when then final overlay is dismissed', async () => {
101+
it('should add router-outlet from accessibility tree when then final overlay is dismissed', async () => {
102102
const page = await newSpecPage({
103103
components: [RouterOutlet, Modal],
104104
html: `

0 commit comments

Comments
 (0)