Skip to content

Commit

Permalink
Fix functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed May 5, 2020
1 parent 711df7d commit f390840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/apps/visualize/_data_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ export default function({ getService, getPageObjects }) {
const data = await PageObjects.visChart.getTableVisData();
expect(data.trim().split('\n')).to.be.eql([
'≥ 0B and < 1,000B',
'1,351 64.7%',
'1,351 64.703%',
'≥ 1,000B and < 1.953KB',
'737 35.3%',
'737 35.297%',
]);
}

Expand Down

0 comments on commit f390840

Please sign in to comment.