Skip to content

Commit

Permalink
Added test for Timer component nightwatchjs#43
Browse files Browse the repository at this point in the history
  • Loading branch information
bboinnovate20 committed Mar 27, 2024
1 parent ec980c9 commit aafa9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nightwatch/components/timer.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export const TimerComponent = () => (

TimerComponent.test = async (browser, { component }) => {
browser.expect(component).to.be.visible;
browser.expect(component).text.to.equals('1hr 5mins 3secs')
browser.expect(component).text.to.equals('1 hr 5 min 3 sec')
};

0 comments on commit aafa9cb

Please sign in to comment.