Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Jan 22, 2020
1 parent ecd2198 commit ff46904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/functional/apps/visualize/_data_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ export default function({ getService, getPageObjects }) {
expect(data).to.be.eql([
['jpg', '9,109', '5.5KB', 'CN', '1,718', '5.5KB'],
['jpg', '9,109', '5.5KB', 'IN', '1,511', '5.5KB'],
['jpg', '9,109', '5.5KB', 'US', '770', '5.3KB'],
['jpg', '9,109', '5.5KB', 'ID', '314', '5.3KB'],
['jpg', '9,109', '5.5KB', 'PK', '244', '5.3KB'],
['jpg', '9,109', '5.5KB', 'US', '770', '5.4KB'],
['jpg', '9,109', '5.5KB', 'ID', '314', '5.4KB'],
['jpg', '9,109', '5.5KB', 'PK', '244', '5.4KB'],
['css', '2,159', '5.6KB', 'CN', '422', '5.7KB'],
['css', '2,159', '5.6KB', 'IN', '346', '5.8KB'],
['css', '2,159', '5.6KB', 'US', '189', '5.3KB'],
Expand Down

0 comments on commit ff46904

Please sign in to comment.