I need help troubleshooting my project and figuring out why It isnt working. From what I can tell, the project does everything it is supposed to be doing. “Timer not reaching 00” seems to be the biggest problem. However, from watching it and tests it does reach 00 and work fine.
the break and timer buttons dont let you set the timer to =< 0. Test 6 says " I should not be able to set a session or break length to <= 0" so i made it so the lowest the buttons let you set the time to is ‘01:00’. However, the timer does display 00:00 before displaying ‘Next Session/Break’ and playing the sound.
I dont have any real proof other than suspicion but i believe my custom time handling class might be the reason since they probably just expected people to use the built in date functions