Fix tests
This commit is contained in:
parent
85098c2d34
commit
5346054584
|
|
@ -95,7 +95,7 @@ it('checks form stats details', function () {
|
||||||
->where('views', 10)
|
->where('views', 10)
|
||||||
->where('submissions', 6)
|
->where('submissions', 6)
|
||||||
->where('completion_rate', 60)
|
->where('completion_rate', 60)
|
||||||
->where('average_duration', '1 minute 24 seconds')
|
->where('average_duration', '1m 24s')
|
||||||
->etc();
|
->etc();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue