File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,17 @@ describe('App: Spec List (E2E)', () => {
32
32
cy . get ( '[data-cy="spec-item"]' ) . should ( 'have.length' , 1 )
33
33
. should ( 'contain' , 'dom-content.spec.js' )
34
34
35
- cy . get ( 'button' ) . contains ( '1 Match ' )
35
+ cy . get ( 'button' ) . contains ( '1 of 3 Matches ' )
36
36
37
37
cy . get ( 'input' ) . clear ( ) . type ( 'asdf' , { force : true } )
38
38
39
39
cy . get ( '[data-cy="spec-item"]' ) . should ( 'have.length' , 0 )
40
40
41
- cy . get ( 'button' ) . contains ( 'No Matches' )
41
+ cy . get ( 'button' ) . contains ( '0 of 3 Matches' )
42
42
} )
43
43
44
44
// TODO: find a test project that shows git statuses
45
- it . skip ( 'shows a git status for each spec' , ( ) => {
46
-
47
- } )
45
+ it . skip ( 'shows a git status for each spec' , ( ) => { } )
48
46
49
47
it ( 'collapses or expands folders when clicked, hiding or revealing the specs within it' , ( ) => {
50
48
cy . get ( '[data-cy="spec-item"]' ) . should ( 'contain' , 'dom-content.spec.js' )
You can’t perform that action at this time.
0 commit comments