Skip to content

Commit

Permalink
Merge pull request #9154 from owncloud/debug-flaky-test
Browse files Browse the repository at this point in the history
[full-ci] [tests-only] Refactored steps order
  • Loading branch information
grgprarup authored Jun 7, 2023
2 parents 2900c64 + 85378d8 commit 1246fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ Feature: spaces.personal
| Alice |
| Brian |
| Carol |
And "Alice" logs in
And "Admin" assigns following roles to the users using API
| id | role |
| Alice | Space Admin |
And "Alice" logs in
And "Alice" creates the following project space using API
| name | id |
| team | team.1 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Feature: spaces public link
| Brian |
| Carol |
| David |
When "Alice" logs in
And "Admin" assigns following roles to the users using API
| id | role |
| Alice | Space Admin |
When "Alice" logs in
And "Alice" creates the following project space using API
| name | id |
| team | team.1 |
Expand Down

0 comments on commit 1246fcd

Please sign in to comment.