Skip to content

Commit 546d7b1

Browse files
authored
Stabilization AI Column test (#32963)
1 parent 107f12e commit 546d7b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/testcafe-devextreme/tests/dataGrid/common/aiColumn/adaptivity.functional.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ test('The AI column should not be hidden when there is a second AI column with a
150150

151151
test('The AI column should have value in the adaptive detail row', async (t) => {
152152
const dataGrid = new DataGrid(DATA_GRID_SELECTOR);
153+
await t.expect(dataGrid.isReady()).ok();
153154

154155
// act
155156
await resolveAIRequest();
156157

157158
// assert
158-
await t.expect(dataGrid.isReady()).ok();
159159

160160
const adaptiveButton = dataGrid.getAdaptiveButton();
161161

0 commit comments

Comments
 (0)