@@ -37,7 +37,7 @@ describe('files: search', () => {
3737 navigation . searchScopeTrigger ( ) . click ( )
3838 navigation . searchScopeMenu ( )
3939 . should ( 'be.visible' )
40- . findByRole ( 'menuitem' , { name : / s e a r c h g l o b a l l y / i } )
40+ . findByRole ( 'menuitem' , { name : / s e a r c h e v e r y w h e r e / i } )
4141 . should ( 'be.visible' )
4242 . click ( )
4343
@@ -49,7 +49,7 @@ describe('files: search', () => {
4949 navigation . searchScopeTrigger ( ) . click ( )
5050 navigation . searchScopeMenu ( )
5151 . should ( 'be.visible' )
52- . findByRole ( 'menuitem' , { name : / s e a r c h g l o b a l l y / i } )
52+ . findByRole ( 'menuitem' , { name : / s e a r c h e v e r y w h e r e / i } )
5353 . should ( 'be.visible' )
5454 . click ( )
5555 navigation . searchInput ( ) . type ( 'file' )
@@ -128,7 +128,7 @@ describe('files: search', () => {
128128 navigation . searchScopeTrigger ( ) . click ( )
129129 navigation . searchScopeMenu ( )
130130 . should ( 'be.visible' )
131- . findByRole ( 'menuitem' , { name : / s e a r c h g l o b a l l y / i } )
131+ . findByRole ( 'menuitem' , { name : / s e a r c h e v e r y w h e r e / i } )
132132 . should ( 'be.visible' )
133133 . click ( )
134134 navigation . searchInput ( ) . type ( 'xyz' )
@@ -148,7 +148,7 @@ describe('files: search', () => {
148148 navigation . searchScopeTrigger ( ) . click ( )
149149 navigation . searchScopeMenu ( )
150150 . should ( 'be.visible' )
151- . findByRole ( 'menuitem' , { name : / s e a r c h g l o b a l l y / i } )
151+ . findByRole ( 'menuitem' , { name : / s e a r c h e v e r y w h e r e / i } )
152152 . should ( 'be.visible' )
153153 . click ( )
154154 navigation . searchInput ( ) . type ( 'other' )
@@ -167,7 +167,7 @@ describe('files: search', () => {
167167 navigation . searchScopeTrigger ( ) . click ( )
168168 navigation . searchScopeMenu ( )
169169 . should ( 'be.visible' )
170- . findByRole ( 'menuitem' , { name : / s e a r c h g l o b a l l y / i } )
170+ . findByRole ( 'menuitem' , { name : / s e a r c h e v e r y w h e r e / i } )
171171 . should ( 'be.visible' )
172172 . click ( )
173173 navigation . searchInput ( ) . type ( 'other' )
@@ -194,7 +194,7 @@ describe('files: search', () => {
194194 navigation . searchScopeTrigger ( ) . click ( )
195195 navigation . searchScopeMenu ( )
196196 . should ( 'be.visible' )
197- . findByRole ( 'menuitem' , { name : / s e a r c h g l o b a l l y / i } )
197+ . findByRole ( 'menuitem' , { name : / s e a r c h e v e r y w h e r e / i } )
198198 . should ( 'be.visible' )
199199 . click ( )
200200 navigation . searchInput ( ) . type ( 'file' )
0 commit comments