Type A: App Bug

Broken Counter Assertion

A counter component where the Increment button fails to update the displayed count due to an application bug.

Counter Component

Click the "Increment" button to increase the counter. The displayed count should update after each click.

Current Count
Count: 0

Click History

A log of all button clicks and their expected effects.

No clicks recorded yet.

Expected Behavior

Each click on "Increment" should increase the count by 1. The display should update to reflect the new value immediately.