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() {
5353 assert . equal ( customEvent . detail . count , 1 )
5454 assert . equal ( customEvent . detail . total , 4 )
5555
56- changeValue ( input , 'boom ' )
56+ changeValue ( input , 'BB-8 robot ' )
5757 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 ' )
6060 } )
6161
6262 it ( 'filters and toggles blankslate' , async function ( ) {
You can’t perform that action at this time.
0 commit comments