Skip to content

Commit a7e76fa

Browse files
committed
[ML] Fix assertion because data grid shows all columns by default.
1 parent d036e2d commit a7e76fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/test/functional/apps/transform/creation_index_pattern.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function({ getService }: FtrProviderContext) {
6767
progress: '100',
6868
},
6969
sourcePreview: {
70-
columns: 6,
70+
columns: 45,
7171
rows: 5,
7272
},
7373
},

0 commit comments

Comments
 (0)