Skip to content

Commit 4dc6916

Browse files
committed
Fix more tests
1 parent d85307e commit 4dc6916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/public/qcFlags/gaqOverview.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module.exports = () => {
112112
expect(await getTableContent(page)).to.have.all.deep.ordered.members([
113113
[
114114
'good',
115-
'08/08/2019\n13:00:00',
115+
'Since run start',
116116
'08/08/2019\n22:43:20',
117117
'',
118118
'Good',
@@ -155,7 +155,7 @@ module.exports = () => {
155155
[
156156
'good',
157157
'09/08/2019\n09:50:00',
158-
'09/08/2019\n14:00:00',
158+
'Until run end',
159159
'',
160160
'Good',
161161
],

0 commit comments

Comments
 (0)