Steps to replicate the issue (include links if applicable):
- Edit any video
- Check on the progress bar time
What happens?:
The Time shown exceeds the 60 second mark, and we see time like 19.80s (where as it should be 20.20s).
What should have happened instead?:
The millisecond timer goes up to 100, and should go till 59.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Current prod (VideoCutTool) [https://videocuttool.wmcloud.org/]
Other information (browser name/version, screenshots, etc.):
PFA screenshots
Exit criteria
- Time should follow the basic validation.
- Make a util function for the same.
- Unit tests around the same util function.

