We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ff6bd commit 3a780c1Copy full SHA for 3a780c1
src/Components/test/E2ETest/Tests/QuickGridTest.cs
@@ -143,7 +143,7 @@ public void CanCloseColumnOptions()
143
firstNameColumnOptionsButton.Click();
144
145
// Click outside the column options to close
146
- grid.FindElement(By.CssSelector("tbody")).Click();
+ grid.FindElement(By.CssSelector("#grid")).Click();
147
148
var firstNameSearchSelector = "#grid > table > thead > tr > th:nth-child(2) input[type=search]";
149
Browser.DoesNotExist(By.CssSelector(firstNameSearchSelector));
0 commit comments