Skip to content

Commit 653a185

Browse files
Change comment to rebuild
1 parent 9adb799 commit 653a185

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
@@ -157,7 +157,7 @@ public void CanCloseColumnOptionsByCloseColumnOptionsAsync()
157157

158158
firstNameColumnOptionsButton.Click();
159159

160-
// Click the button inside the column options popup to close, this calls QuickGrid.CloseColumnOptionsAsync
160+
// Click the button inside the column options popup to close, which calls QuickGrid.CloseColumnOptionsAsync
161161
grid.FindElement(By.CssSelector("#close-column-options")).Click();
162162

163163
var firstNameSearchSelector = "#grid > table > thead > tr > th:nth-child(2) input[type=search]";

0 commit comments

Comments
 (0)