File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ describe('filter-input', function() {
53
53
assert . equal ( customEvent . detail . count , 1 )
54
54
assert . equal ( customEvent . detail . total , 4 )
55
55
56
- changeValue ( input , 'boom ' )
56
+ changeValue ( input , 'BB-8 robot ' )
57
57
assert . notOk ( newItem . hidden , 'New item form should be shown' )
58
- assert . equal ( newItem . querySelector ( '[data-filter-new-item-value]' ) . value , 'boom ' )
59
- assert . equal ( newItem . querySelector ( '[data-filter-new-item-text]' ) . textContent , 'boom ' )
58
+ assert . equal ( newItem . querySelector ( '[data-filter-new-item-value]' ) . value , 'BB-8 robot ' )
59
+ assert . equal ( newItem . querySelector ( '[data-filter-new-item-text]' ) . textContent , 'BB-8 robot ' )
60
60
} )
61
61
62
62
it ( 'filters and toggles blankslate' , async function ( ) {
You can’t perform that action at this time.
0 commit comments