We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107f12e commit 546d7b1Copy full SHA for 546d7b1
1 file changed
e2e/testcafe-devextreme/tests/dataGrid/common/aiColumn/adaptivity.functional.ts
@@ -150,12 +150,12 @@ test('The AI column should not be hidden when there is a second AI column with a
150
151
test('The AI column should have value in the adaptive detail row', async (t) => {
152
const dataGrid = new DataGrid(DATA_GRID_SELECTOR);
153
+ await t.expect(dataGrid.isReady()).ok();
154
155
// act
156
await resolveAIRequest();
157
158
// assert
- await t.expect(dataGrid.isReady()).ok();
159
160
const adaptiveButton = dataGrid.getAdaptiveButton();
161
0 commit comments