A counter component where the Increment button fails to update the displayed count due to an application bug.
Click the "Increment" button to increase the counter. The displayed count should update after each click.
A log of all button clicks and their expected effects.
Each click on "Increment" should increase the count by 1. The display should update to reflect the new value immediately.