Skip to content

Commit

Permalink
[ML] Adapt functional test to reflect max column count.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Apr 1, 2020
1 parent adbb928 commit f410799
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function({ getService }: FtrProviderContext) {
progress: '100',
},
sourcePreview: {
columns: 45,
columns: 20,
rows: 5,
},
},
Expand Down Expand Up @@ -143,7 +143,7 @@ export default function({ getService }: FtrProviderContext) {
progress: '100',
},
sourcePreview: {
columns: 45,
columns: 20,
rows: 5,
},
},
Expand Down

0 comments on commit f410799

Please sign in to comment.