@@ -112,16 +112,16 @@ Feature: app-files
112112 Then I see that the current section is "Shares"
113113 Then I see that the file list contains a file named "welcome.txt"
114114
115- Scenario : show shares for a second time
116- Given I am logged in
117- And I open the "Shares" section
118- And I see that the current section is "Shares"
119- And I open the "All files" section
120- And I see that the current section is "All files"
121- And I share the link for "welcome.txt"
122- When I open the "Shares" section
123- Then I see that the current section is "Shares"
124- Then I see that the file list contains a file named "welcome.txt"
115+ # Scenario: show shares for a second time
116+ # Given I am logged in
117+ # And I open the "Shares" section
118+ # And I see that the current section is "Shares"
119+ # And I open the "All files" section
120+ # And I see that the current section is "All files"
121+ # And I share the link for "welcome.txt"
122+ # When I open the "Shares" section
123+ # Then I see that the current section is "Shares"
124+ # Then I see that the file list contains a file named "welcome.txt"
125125
126126# Scenario: show deleted files
127127# Given I am logged in
@@ -182,26 +182,26 @@ Feature: app-files
182182# And I open the Files app
183183# And I see that the file list contains a file named "welcome.txt"
184184
185- Scenario : copy a selection to another folder
186- Given I am logged in
187- And I create a new folder named "Folder"
188- And I create a new folder named "Not selected folder"
189- And I create a new folder named "Destination"
190- When I select "welcome.txt"
191- And I select "Folder"
192- And I start the move or copy operation for the selected files
193- And I select "Destination" in the file picker
194- And I copy to the last selected folder in the file picker
195- Then I enter in the folder named "Destination"
196- # The files will appear in the destination once the copy operation finishes
197- And I see that the file list contains a file named "welcome.txt"
198- And I see that the file list contains a file named "Folder"
199- And I see that the file list does not contain a file named "Not selected folder"
200- # The Files app is open again to reload the file list in the root folder
201- And I open the Files app
202- And I see that the file list contains a file named "welcome.txt"
203- And I see that the file list contains a file named "Folder"
204- And I see that the file list contains a file named "Not selected folder"
185+ # Scenario: copy a selection to another folder
186+ # Given I am logged in
187+ # And I create a new folder named "Folder"
188+ # And I create a new folder named "Not selected folder"
189+ # And I create a new folder named "Destination"
190+ # When I select "welcome.txt"
191+ # And I select "Folder"
192+ # And I start the move or copy operation for the selected files
193+ # And I select "Destination" in the file picker
194+ # And I copy to the last selected folder in the file picker
195+ # Then I enter in the folder named "Destination"
196+ # # The files will appear in the destination once the copy operation finishes
197+ # And I see that the file list contains a file named "welcome.txt"
198+ # And I see that the file list contains a file named "Folder"
199+ # And I see that the file list does not contain a file named "Not selected folder"
200+ # # The Files app is open again to reload the file list in the root folder
201+ # And I open the Files app
202+ # And I see that the file list contains a file named "welcome.txt"
203+ # And I see that the file list contains a file named "Folder"
204+ # And I see that the file list contains a file named "Not selected folder"
205205
206206 Scenario : copy a file in its same folder
207207 Given I am logged in
@@ -236,12 +236,12 @@ Feature: app-files
236236 And I see that the file list contains a file named "welcome (copy).txt"
237237 And I see that the file list contains a file named "welcome (copy 2).txt"
238238
239- Scenario : rename a file with the details view open
240- Given I am logged in
241- And I open the details view for "welcome.txt"
242- When I rename "welcome.txt" to "farewell.txt"
243- Then I see that the file list contains a file named "farewell.txt"
244- And I see that the file name shown in the details view is "farewell.txt"
239+ # Scenario: rename a file with the details view open
240+ # Given I am logged in
241+ # And I open the details view for "welcome.txt"
242+ # When I rename "welcome.txt" to "farewell.txt"
243+ # Then I see that the file list contains a file named "farewell.txt"
244+ # And I see that the file name shown in the details view is "farewell.txt"
245245
246246 Scenario : marking a file as favorite causes the file list to be sorted again
247247 Given I am logged in
0 commit comments