File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public void CanOpenColumnOptions()
130130
131131 firstNameColumnOptionsButton . Click ( ) ;
132132
133- var firstNameSearchSelector = "thead > tr > th:nth-child(2) input[type=search]" ;
133+ var firstNameSearchSelector = "#grid > table > thead > tr > th:nth-child(2) input[type=search]" ;
134134 Browser . Exists ( By . CssSelector ( firstNameSearchSelector ) ) ;
135135 }
136136
@@ -145,7 +145,7 @@ public void CanCloseColumnOptions()
145145 // Click outside the column options to close
146146 grid . FindElement ( "tbody" ) . Click ( ) ;
147147
148- var firstNameSearchSelector = "thead > tr > th:nth-child(2) input[type=search]" ;
148+ var firstNameSearchSelector = "#grid > table > thead > tr > th:nth-child(2) input[type=search]" ;
149149 Browser . DoesNotExist ( By . CssSelector ( firstNameSearchSelector ) ) ;
150150 }
151151}
You can’t perform that action at this time.
0 commit comments