File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ describe('Volume list', () => {
3434 cy . visit ( '/volumes' ) ;
3535 // The application re-renders, it's possible the element we're interacting with has become "dead"
3636 // cy... failed because the element has been detached from the DOM
37- cy . findAllByLabelText ( 'Check-circle status healthy' ) ;
37+ cy . findAllByLabelText ( 'status healthy' ) ;
3838 cy . findByRole ( 'gridcell' , {
3939 name : UNHEALTHY_VOLUME_NAME ,
4040 } ) . click ( { force : true } ) ;
@@ -68,7 +68,7 @@ describe('Volume list', () => {
6868 it ( 'updates url query param with the search input' , ( ) => {
6969 cy . visit ( '/volumes/master-1-prometheus/overview' ) ;
7070 //E
71- cy . findAllByLabelText ( 'Check-circle status healthy' ) ;
71+ cy . findAllByLabelText ( 'status healthy' ) ;
7272 cy . findByText ( / d e l e t e v o l u m e / i) ;
7373 cy . findByRole ( 'searchbox' ) . type ( 'hello' ) ;
7474 //V
You can’t perform that action at this time.
0 commit comments