We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ce3cb commit 8d65cb9Copy full SHA for 8d65cb9
test/e2e/scenarios.js
@@ -38,9 +38,10 @@ describe('Angular Timer E2E Tests', function () {
38
});
39
40
it('Clock Timer - with hours, minutes & seconds', function () {
41
+ sleep(3);
42
expect(element('#clock-timer timer').html()).toMatch(/0 hours,/);
43
expect(element('#clock-timer timer').html()).toMatch(/0 minutes,/);
- expect(element('#clock-timer timer').html()).toMatch(/seconds./);
44
+ expect(element('#clock-timer timer').html()).not().toMatch(/0 seconds./);
45
46
47
it('Countdown Timer - Starts from 100', function () {
0 commit comments