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 9adb799 commit 653a185Copy full SHA for 653a185
src/Components/test/E2ETest/Tests/QuickGridTest.cs
@@ -157,7 +157,7 @@ public void CanCloseColumnOptionsByCloseColumnOptionsAsync()
157
158
firstNameColumnOptionsButton.Click();
159
160
- // Click the button inside the column options popup to close, this calls QuickGrid.CloseColumnOptionsAsync
+ // Click the button inside the column options popup to close, which calls QuickGrid.CloseColumnOptionsAsync
161
grid.FindElement(By.CssSelector("#close-column-options")).Click();
162
163
var firstNameSearchSelector = "#grid > table > thead > tr > th:nth-child(2) input[type=search]";
0 commit comments