JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As an admin, I want to be able to unblock a user account so that the user can access the app again #47

Open JagrajAulakh opened 1 year ago

JagrajAulakh commented 1 year ago

Epic: #13

Estimate

Small

Acceptance Criteria

Scenario: Unblocking a user account
    Given that an admin is logged in to the app
    When the admin navigates to the user management page
    And clicks on the "Blocked Users" tab
    And selects a user's account
    And clicks the "Unblock" button
    Then the user's account should be unblocked
    And the user should be able to access the app again