We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85307e commit 4dc6916Copy full SHA for 4dc6916
1 file changed
test/public/qcFlags/gaqOverview.test.js
@@ -112,7 +112,7 @@ module.exports = () => {
112
expect(await getTableContent(page)).to.have.all.deep.ordered.members([
113
[
114
'good',
115
- '08/08/2019\n13:00:00',
+ 'Since run start',
116
'08/08/2019\n22:43:20',
117
'',
118
'Good',
@@ -155,7 +155,7 @@ module.exports = () => {
155
156
157
'09/08/2019\n09:50:00',
158
- '09/08/2019\n14:00:00',
+ 'Until run end',
159
160
161
],
0 commit comments