Skip to content

Commit

Permalink
add user login inorder to make api calls
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarGi committed Jun 1, 2023
1 parent 9d1957e commit a8818f8
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,21 +130,21 @@ Feature: spaces management
| Alice |
| Brian |
| Carol |
And "Admin" assigns following roles to the users using API
| id | role |
| Alice | Admin |
And "Admin" assigns following roles to the users using API
| id | role |
| Alice | Admin |
| Brian | Space Admin |
| Carol | Space Admin |
When "Brian" logs in
And "Brian" creates the following project spaces using API
| name | id |
| team A | team.a |
When "Carol" logs in
And "Carol" creates the following project spaces using API
| name | id |
| team B | team.b |
When "Alice" logs in
And "Alice" opens the "admin-settings" app
When "Alice" opens the "admin-settings" app
And "Alice" navigates to the project spaces management page
When "Alice" updates the space "team.a" name to "brian team" using the context-menu
And "Alice" updates the space "team.b" name to "carol team" using the context-menu
Expand All @@ -163,3 +163,5 @@ Feature: spaces management
| team.a |
| team.b |
And "Alice" logs out
And "Brian" logs out
And "Carol" logs out

0 comments on commit a8818f8

Please sign in to comment.