Skip to content

Commit 80da18b

Browse files
authored
Remove debug from test (#30171)
Signed-off-by: Joshua Barbosa <[email protected]>
1 parent 531d288 commit 80da18b

File tree

1 file changed

+0
-1
lines changed
  • e2e/testcafe-devextreme/tests/dataGrid/common/filterRow

1 file changed

+0
-1
lines changed

e2e/testcafe-devextreme/tests/dataGrid/common/filterRow/filterRow.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ test('DataGrid - The `between` filter dropdown sticks to the viewport edge durin
233233

234234
await dataGrid.isReady();
235235

236-
await t.debug();
237236
await t
238237
.click(filterEditor.menuButton)
239238
.click(filterEditor.menu.getItemByText('Between'));

0 commit comments

Comments
 (0)