@@ -57,35 +57,35 @@ Feature: app-files
5757# And I see that the file name shown in the details view is "other"
5858
5959
60- Scenario : viewing a favorite file in its folder does not prevent opening the details view in "All files" section
61- Given I am logged in
62- And I mark "welcome.txt" as favorite
63- And I see that "welcome.txt" is marked as favorite
64- And I open the "Favorites" section
65- And I open the details view for "welcome.txt"
66- And I see that the details view is open
67- And I view "welcome.txt" in folder
68- And I see that the current section is "All files"
69- When I open the details view for "welcome.txt"
70- Then I see that the details view is open
60+ # Scenario: viewing a favorite file in its folder does not prevent opening the details view in "All files" section
61+ # Given I am logged in
62+ # And I mark "welcome.txt" as favorite
63+ # And I see that "welcome.txt" is marked as favorite
64+ # And I open the "Favorites" section
65+ # And I open the details view for "welcome.txt"
66+ # And I see that the details view is open
67+ # And I view "welcome.txt" in folder
68+ # And I see that the current section is "All files"
69+ # When I open the details view for "welcome.txt"
70+ # Then I see that the details view is open
7171
72- Scenario : show recent files
73- Given I am logged in
74- And I create a new folder named "Folder just created"
75- When I open the "Recent" section
76- Then I see that the current section is "Recent"
77- Then I see that the file list contains a file named "Folder just created"
72+ # Scenario: show recent files
73+ # Given I am logged in
74+ # And I create a new folder named "Folder just created"
75+ # When I open the "Recent" section
76+ # Then I see that the current section is "Recent"
77+ # Then I see that the file list contains a file named "Folder just created"
7878
79- Scenario : show recent files for a second time
80- Given I am logged in
81- And I open the "Recent" section
82- And I see that the current section is "Recent"
83- And I open the "All files" section
84- And I see that the current section is "All files"
85- And I create a new folder named "Folder just created"
86- When I open the "Recent" section
87- Then I see that the current section is "Recent"
88- Then I see that the file list contains a file named "Folder just created"
79+ # Scenario: show recent files for a second time
80+ # Given I am logged in
81+ # And I open the "Recent" section
82+ # And I see that the current section is "Recent"
83+ # And I open the "All files" section
84+ # And I see that the current section is "All files"
85+ # And I create a new folder named "Folder just created"
86+ # When I open the "Recent" section
87+ # Then I see that the current section is "Recent"
88+ # Then I see that the file list contains a file named "Folder just created"
8989
9090# Scenario: show favorites
9191# Given I am logged in
@@ -123,12 +123,12 @@ Feature: app-files
123123 Then I see that the current section is "Shares"
124124 Then I see that the file list contains a file named "welcome.txt"
125125
126- Scenario : show deleted files
127- Given I am logged in
128- And I delete "welcome.txt"
129- When I open the "Deleted files" section
130- Then I see that the current section is "Deleted files"
131- Then I see that the file list contains a file named "welcome.txt"
126+ # Scenario: show deleted files
127+ # Given I am logged in
128+ # And I delete "welcome.txt"
129+ # When I open the "Deleted files" section
130+ # Then I see that the current section is "Deleted files"
131+ # Then I see that the file list contains a file named "welcome.txt"
132132
133133# Scenario: show deleted files for a second time
134134# Given I am logged in
@@ -169,18 +169,18 @@ Feature: app-files
169169# And I see that the file list contains a file named "Folder"
170170# And I see that the file list does not contain a file named "Not selected folder"
171171
172- Scenario : copy a file to another folder
173- Given I am logged in
174- And I create a new folder named "Destination"
175- When I start the move or copy operation for "welcome.txt"
176- And I select "Destination" in the file picker
177- And I copy to the last selected folder in the file picker
178- Then I enter in the folder named "Destination"
179- # The file will appear in the destination once the copy operation finishes
180- And I see that the file list contains a file named "welcome.txt"
181- # The Files app is open again to reload the file list in the root folder
182- And I open the Files app
183- And I see that the file list contains a file named "welcome.txt"
172+ # Scenario: copy a file to another folder
173+ # Given I am logged in
174+ # And I create a new folder named "Destination"
175+ # When I start the move or copy operation for "welcome.txt"
176+ # And I select "Destination" in the file picker
177+ # And I copy to the last selected folder in the file picker
178+ # Then I enter in the folder named "Destination"
179+ # # The file will appear in the destination once the copy operation finishes
180+ # And I see that the file list contains a file named "welcome.txt"
181+ # # The Files app is open again to reload the file list in the root folder
182+ # And I open the Files app
183+ # And I see that the file list contains a file named "welcome.txt"
184184
185185 Scenario : copy a selection to another folder
186186 Given I am logged in
0 commit comments