Skip to content

Commit f390840

Browse files
committed
Fix functional test
1 parent 711df7d commit f390840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/apps/visualize/_data_table.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ export default function({ getService, getPageObjects }) {
100100
const data = await PageObjects.visChart.getTableVisData();
101101
expect(data.trim().split('\n')).to.be.eql([
102102
'≥ 0B and < 1,000B',
103-
'1,351 64.7%',
103+
'1,351 64.703%',
104104
'≥ 1,000B and < 1.953KB',
105-
'737 35.3%',
105+
'737 35.297%',
106106
]);
107107
}
108108

0 commit comments

Comments
 (0)