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 @@ -3861,7 +3861,7 @@ public async Task CustomerSearchTemplate_Ok()
38613861 } ) ;
38623862 } ) ;
38633863
3864- var resetButton = cut . Find ( ".fa-trash-can " ) ;
3864+ var resetButton = cut . Find ( ".btn-table-reset " ) ;
38653865 await cut . InvokeAsync ( ( ) => resetButton . Click ( ) ) ;
38663866 Assert . Null ( searchModel . Name ) ;
38673867
@@ -3935,7 +3935,7 @@ public async Task SearchTemplate_Null()
39353935 var table = cut . FindComponent < Table < Foo > > ( ) ;
39363936 table . Instance . SearchModel . Name = "Test" ;
39373937
3938- var resetButton = cut . Find ( ".fa-trash-can " ) ;
3938+ var resetButton = cut . Find ( ".btn-table-reset " ) ;
39393939 await cut . InvokeAsync ( ( ) => resetButton . Click ( ) ) ;
39403940 Assert . Null ( table . Instance . SearchModel . Name ) ;
39413941 }
@@ -4119,7 +4119,7 @@ public async Task ResetSearch_Ok()
41194119 } ) ;
41204120 } ) ;
41214121
4122- var resetButton = cut . Find ( ".fa-trash-can " ) ;
4122+ var resetButton = cut . Find ( ".btn-table-reset " ) ;
41234123 await cut . InvokeAsync ( ( ) => resetButton . Click ( ) ) ;
41244124
41254125 Assert . True ( reset ) ;
You can’t perform that action at this time.
0 commit comments