Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ test('The AI column should not be hidden when there is a second AI column with a

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

// act
await resolveAIRequest();

// assert
await t.expect(dataGrid.isReady()).ok();

const adaptiveButton = dataGrid.getAdaptiveButton();
Comment thread
Raushen marked this conversation as resolved.

Expand Down
Loading