Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

Feature: Users CRUD #59

@rsjavier14

Description

@rsjavier14
 Feature: PWR2 - Users CRUD
  As a PWR2 project Admin
  I want to create/edit/delete users
  To allow them to use the system

 Background:
  Given I'm logged into PWR2
  And As "Superadmin"

 Scenario: Create user
  Given I'm on the create user form
  When I save the user data
  Then I should see a success message
  And The saved user data

 Scenario: Edit user
  Given I'm on the edit user form
  And edit the user data
  When I save the user data
  Then I should see a success message
  And The edited user data

 Scenario: Delete user
  Given A user exists
  When I press the delete button and confirm the action
  Then I should see a success message
  And The user should be deleted from the database

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions