Skip to content

Commit 89a0f45

Browse files
Paul LeclercqPaul Leclercq
Paul Leclercq
authored and
Paul Leclercq
committed
add tests for progressBar
1 parent e37405f commit 89a0f45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/e2e/scenarios.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,9 @@ describe('Angular Timer E2E Tests', function () {
191191
expect(element('#clock-timer-i18n #french timer').html()).toMatch(/seconde/);
192192
});
193193

194+
it('Progress bar display', function () {
195+
sleep(1);
196+
expect(element('#progressbar-timer timer#countdown').html()).toMatch(/3.3%/);
197+
});
198+
194199
});

0 commit comments

Comments
 (0)