File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/utils/test/overlays Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ describe('setRootAriaHidden()', () => {
80
80
setRootAriaHidden ( true ) ;
81
81
} ) ;
82
82
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 ( ) => {
84
84
const page = await newSpecPage ( {
85
85
components : [ RouterOutlet , Modal ] ,
86
86
html : `
@@ -98,7 +98,7 @@ describe('setRootAriaHidden()', () => {
98
98
expect ( routerOutlet . hasAttribute ( 'aria-hidden' ) ) . toEqual ( true ) ;
99
99
} ) ;
100
100
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 ( ) => {
102
102
const page = await newSpecPage ( {
103
103
components : [ RouterOutlet , Modal ] ,
104
104
html : `
You can’t perform that action at this time.
0 commit comments