Skip to content

Commit b18bf6b

Browse files
committed
log first timestamp
1 parent 4369590 commit b18bf6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/apps/discover/_discover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default function({ getService, getPageObjects }) {
9999
const newDurationHours = await PageObjects.timePicker.getTimeDurationInHours();
100100
expect(Math.round(newDurationHours)).to.be(25);
101101
const rowData = await PageObjects.discover.getDocTableField(1);
102-
console.log(rowData);
102+
log.debug(`The first timestamp value in doc table: ${rowData}`);
103103
expect(Date.parse(rowData)).to.be.within(
104104
Date.parse('Sep 20, 2015 @ 21:30:00.000'),
105105
Date.parse('Sep 20, 2015 @ 23:00:00.000')

0 commit comments

Comments
 (0)