@@ -46,10 +46,10 @@ describe('Analysis view', () => {
4646 . should ( 'be.empty' )
4747 cy
4848 . get ( 'input#c-analysis-filter-task-platforms' )
49- . should ( 'have.value' , 'All ' )
49+ . should ( 'have.value' , '-1 ' )
5050 cy
5151 . get ( 'input#c-analysis-filter-task-timings' )
52- . should ( 'have.value' , 'Total times ' )
52+ . should ( 'have.value' , 'totalTimes ' )
5353 } )
5454
5555 it ( 'Should filter by task name' , ( ) => {
@@ -507,7 +507,7 @@ describe('Filters and Options save state', () => {
507507 cy . get ( '.c-table .v-data-table-footer__items-per-page .v-select' )
508508 . as ( 'itemsPerPage' )
509509 . find ( 'input' )
510- . should ( 'not.have.value' , 'All' )
510+ . should ( 'not.have.value' , - 1 )
511511 . get ( '@itemsPerPage' )
512512 . click ( )
513513 . get ( '[role="listbox"] .v-list-item' )
@@ -516,7 +516,7 @@ describe('Filters and Options save state', () => {
516516 // Wait for menu to close
517517 . should ( 'not.exist' )
518518 . get ( '@itemsPerPage' ) . find ( 'input' )
519- . should ( 'have.value' , 'All' )
519+ . should ( 'have.value' , - 1 )
520520 // Navigate away
521521 cy . visit ( '/#/' )
522522 . get ( '.c-dashboard' )
@@ -525,7 +525,7 @@ describe('Filters and Options save state', () => {
525525 cy . get ( '@platformCol' )
526526 . should ( 'have.class' , sortedClass )
527527 cy . get ( '@itemsPerPage' ) . find ( 'input' )
528- . should ( 'have.value' , 'All' )
528+ . should ( 'have.value' , - 1 )
529529 } )
530530
531531 it ( 'remembers box and whisker sorting options when switching between workflows' , ( ) => {
0 commit comments