Skip to content

Commit 7d33911

Browse files
authored
e2e-test/fix pagination test flaky (#3078)
1 parent 78adcfd commit 7d33911

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e/features/user-settings/pagination.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Feature: check pagination in files, spaces and trash overviews
1111
And "Admin" assigns following role to the users using API
1212
| id | role |
1313
| Alice | Space Admin |
14-
And "Alice" logs in
1514
And "Alice" creates 55 folders in personal space using API
1615
And "Alice" creates 55 files in personal space using API
1716
And "Alice" creates the following file into personal space using API
1817
| pathToFile | content |
1918
| .hidden-testFile.txt | This is a hidden file. |
19+
And "Alice" logs in
2020
When "Alice" navigates to page "2" of the personal space files view
2121
And "Alice" opens the following file in texteditor
2222
| resource |
@@ -62,8 +62,8 @@ Feature: check pagination in files, spaces and trash overviews
6262
Given "Admin" creates following users using API
6363
| id |
6464
| Alice |
65-
And "Alice" logs in
6665
And "Alice" creates 55 files in personal space using API
66+
And "Alice" logs in
6767
And "Alice" deletes all files
6868
When "Alice" navigates to the trashbin
6969
Then "Alice" should not see the pagination in the spaces list

0 commit comments

Comments
 (0)