Skip to content

Commit cc61504

Browse files
testcafe fixes
1 parent 06b6072 commit cc61504

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • e2e/testcafe-devextreme/tests/dataGrid/common/filterRow

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ test('Lookup filter should not change to (All) after searching twice in another
237237
const dataGrid = new DataGrid('#container');
238238
const lookupFilterEditor = dataGrid.getFilterEditor(0, SelectBox);
239239
const textFilterEditor = dataGrid.getFilterEditor(1, TextBox);
240-
240+
241241
// assert
242242
await t.expect(dataGrid.isReady()).ok();
243243

@@ -262,7 +262,7 @@ test('Lookup filter should not change to (All) after searching twice in another
262262
// act
263263
await t.typeText(textFilterEditor.input, 'a');
264264

265-
// asert
265+
// assert
266266
await t
267267
.expect(lookupFilterEditor.value)
268268
.eql('Lookup Item 1')

0 commit comments

Comments
 (0)