You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a User I need the ability to update a counter So that I can set the counter to a new value
Details and Assumptions
The counter is currently displaying a numeric value.
The system has a user interface through which users can interact with the counter.
Users have appropriate permissions to update the counter value.
Acceptance Criteria
Given the counter is displaying a current value,
When I perform the update action through the user interface,
Then the counter value should change to the new value I have set,
and the updated counter value should be visibly reflected on the user interface.
The text was updated successfully, but these errors were encountered:
mauricellisonp
changed the title
Must allow to update a counter
Need ability to update a counter to a new value
Aug 15, 2023
As a User
I need the ability to update a counter
So that I can set the counter to a new value
Details and Assumptions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: