We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b6072 commit cc61504Copy full SHA for cc61504
1 file changed
e2e/testcafe-devextreme/tests/dataGrid/common/filterRow/functional.ts
@@ -237,7 +237,7 @@ test('Lookup filter should not change to (All) after searching twice in another
237
const dataGrid = new DataGrid('#container');
238
const lookupFilterEditor = dataGrid.getFilterEditor(0, SelectBox);
239
const textFilterEditor = dataGrid.getFilterEditor(1, TextBox);
240
-
+
241
// assert
242
await t.expect(dataGrid.isReady()).ok();
243
@@ -262,7 +262,7 @@ test('Lookup filter should not change to (All) after searching twice in another
262
// act
263
await t.typeText(textFilterEditor.input, 'a');
264
265
- // asert
+ // assert
266
await t
267
.expect(lookupFilterEditor.value)
268
.eql('Lookup Item 1')
0 commit comments