Skip to content

Commit 3a780c1

Browse files
Click table
1 parent 87ff6bd commit 3a780c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/E2ETest/Tests/QuickGridTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public void CanCloseColumnOptions()
143143
firstNameColumnOptionsButton.Click();
144144

145145
// Click outside the column options to close
146-
grid.FindElement(By.CssSelector("tbody")).Click();
146+
grid.FindElement(By.CssSelector("#grid")).Click();
147147

148148
var firstNameSearchSelector = "#grid > table > thead > tr > th:nth-child(2) input[type=search]";
149149
Browser.DoesNotExist(By.CssSelector(firstNameSearchSelector));

0 commit comments

Comments
 (0)