@@ -46,10 +46,10 @@ describe('Analysis view', () => {
46
46
. should ( 'be.empty' )
47
47
cy
48
48
. get ( 'input#c-analysis-filter-task-platforms' )
49
- . should ( 'have.value' , '-1 ' )
49
+ . should ( 'have.value' , 'All ' )
50
50
cy
51
51
. get ( 'input#c-analysis-filter-task-timings' )
52
- . should ( 'have.value' , 'totalTimes ' )
52
+ . should ( 'have.value' , 'Total times ' )
53
53
} )
54
54
55
55
it ( 'Should filter by task name' , ( ) => {
@@ -507,7 +507,7 @@ describe('Filters and Options save state', () => {
507
507
cy . get ( '.c-table .v-data-table-footer__items-per-page .v-select' )
508
508
. as ( 'itemsPerPage' )
509
509
. find ( 'input' )
510
- . should ( 'not.have.value' , - 1 )
510
+ . should ( 'not.have.value' , 'All' )
511
511
. get ( '@itemsPerPage' )
512
512
. click ( )
513
513
. get ( '[role="listbox"] .v-list-item' )
@@ -516,7 +516,7 @@ describe('Filters and Options save state', () => {
516
516
// Wait for menu to close
517
517
. should ( 'not.exist' )
518
518
. get ( '@itemsPerPage' ) . find ( 'input' )
519
- . should ( 'have.value' , - 1 )
519
+ . should ( 'have.value' , 'All' )
520
520
// Navigate away
521
521
cy . visit ( '/#/' )
522
522
. get ( '.c-dashboard' )
@@ -525,7 +525,7 @@ describe('Filters and Options save state', () => {
525
525
cy . get ( '@platformCol' )
526
526
. should ( 'have.class' , sortedClass )
527
527
cy . get ( '@itemsPerPage' ) . find ( 'input' )
528
- . should ( 'have.value' , - 1 )
528
+ . should ( 'have.value' , 'All' )
529
529
} )
530
530
531
531
it ( 'remembers box and whisker sorting options when switching between workflows' , ( ) => {
0 commit comments