Pomodoro Clock 22, 24, 25 test not passing

Hi! I’m doing my Pomodoro Clock Project. When I run my clock, it works as the test requests however it doesn’t pass the test. I get same error message.

<h3>SESSION</h3><h4 id="time-left">01:00</h4>' to not equal '
<h3>SESSION</h3><h4 id="time-left">01:00</h4>'

However as you can read on the message those are not unequal. If you can give me any advice, I would be appreciated . Thank you in advance!

Hello there,

This is the user story:

…the element with the id of “timer-label” should display a string indicating a break has begun.

The element with id="timer-label" never changes. You have hardcoded:

<h3>SESSION</h3>

So, it does not satisfy this condition.

PS: I have replied on GitHub, closing the issue. Also, we are sorry it sometimes takes a while for forum questions to get answered, but one day or two is not unreasonable.

1 Like

@Sky020

first, Thank you very much. I couldn’t find and realize that my whole day and I was kinda giving it up then … oh my. Thank you so much. I feel myself so stupid but at the same time I feel great. ha ha . Thank you again!

1 Like