Skip to content

Commit

Permalink
Review Address
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarGi committed Jun 1, 2023
1 parent a8818f8 commit 53b88aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Feature: spaces management
And "Alice" logs out


Scenario: admin user can manage the spaces created by other space admin user via context menu
Scenario: admin user can manage the spaces created by other space admin user
Given "Admin" creates following users using API
| id |
| Alice |
Expand All @@ -144,7 +144,7 @@ Feature: spaces management
| name | id |
| team B | team.b |
When "Alice" logs in
When "Alice" opens the "admin-settings" app
And "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 Down

0 comments on commit 53b88aa

Please sign in to comment.