@@ -106,6 +106,38 @@ Feature: Create folder with Storage Browser
106
106
Then I see "All files deleted"
107
107
108
108
@react
109
+ Scenario : upload a lot of files with pagination
110
+ When I click the first button containing "public"
111
+ Then I see the "Menu Toggle" button
112
+ When I click the "Menu Toggle" button
113
+ # upload file
114
+ Then I see the "Upload" menuitem
115
+ When I click the "Upload" menuitem
116
+ Then the "Upload" button is disabled
117
+ When I upload "250" files with random names
118
+ Then I see "Not started"
119
+ And the table should have "100" rows
120
+ And I see the "Go to page 2" button
121
+ And the "Go to page 2" button is enabled
122
+ And I see the "Go to page 3" button
123
+ And the "Go to page 3" button is enabled
124
+ And the "Go to next page" button is enabled
125
+ And the "Go to previous page" button is disabled
126
+ When I click the "Go to page 2" button
127
+ Then I see the "Go to page 1" button
128
+ And the table should have "100" rows
129
+ And the "Go to page 1" button is enabled
130
+ And the "Go to next page" button is enabled
131
+ And I see the "Go to page 3" button
132
+ And the "Go to previous page" button is enabled
133
+ When I click the "Go to page 3" button
134
+ Then the table should have "50" rows
135
+ And I see the "Go to page 1" button
136
+ And the "Go to page 1" button is enabled
137
+ And I see the "Go to page 2" button
138
+ And the "Go to page 2" button is enabled
139
+ And the "Go to next page" button is disabled
140
+ @react
109
141
Scenario : upload a folder
110
142
When I click the first button containing "public"
111
143
Then I see the "Menu Toggle" button
@@ -189,4 +221,4 @@ Feature: Create folder with Storage Browser
189
221
Then I click the "Download" menuitem
190
222
When A network failure occurs
191
223
Then I click the "Download" button
192
- Then I see "All files failed to download"
224
+ Then I see "All files failed to download"
0 commit comments