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 c9770cb commit 7b3b8e7Copy full SHA for 7b3b8e7
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 to close, this calls CloseColumnOptionsAsync
+ // Click the button inside the column options to close, this 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