Skip to content

Commit bfe2c19

Browse files
authored
Merge pull request #14681 from nextcloud/forwardport/noid/fragile-tests
Disable fragile tests - part 2
2 parents 45e106c + 1d93894 commit bfe2c19

File tree

3 files changed

+58
-58
lines changed

3 files changed

+58
-58
lines changed

tests/acceptance/features/app-comments.feature

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Feature: app-comments
22

3-
Scenario: Writing a comment
4-
Given I am logged in
5-
And I open the details view for "welcome.txt"
6-
And I open the "Comments" tab in the details view
7-
When I create a new comment with "Hello world" as message
8-
Then I see a comment with "Hello world" as message
3+
# Scenario: Writing a comment
4+
# Given I am logged in
5+
# And I open the details view for "welcome.txt"
6+
# And I open the "Comments" tab in the details view
7+
# When I create a new comment with "Hello world" as message
8+
# Then I see a comment with "Hello world" as message
99

1010
# Scenario: open the comments for a different file
1111
# Given I am logged in

tests/acceptance/features/app-files.feature

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -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

tests/acceptance/features/apps.feature

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,20 @@ Feature: apps
7272
#Then I see that there some apps listed from the app store
7373
#And I see that the current section is "Files"
7474

75-
Scenario: View app details for app store apps
76-
Given I act as Jane
77-
And I am logged in as the admin
78-
And I open the Apps management
79-
And I open the "Tools" section
80-
When I click on the "Antivirus for files" app
81-
Then I see that the app details are shown
75+
# Scenario: View app details for app store apps
76+
# Given I act as Jane
77+
# And I am logged in as the admin
78+
# And I open the Apps management
79+
# And I open the "Tools" section
80+
# When I click on the "Antivirus for files" app
81+
# Then I see that the app details are shown
8282

83-
Scenario: Install an app from the app store
84-
Given I act as Jane
85-
And I am logged in as the admin
86-
And I open the Apps management
87-
And I open the "Tools" section
88-
And I click on the "Antivirus for files" app
89-
And I see that the app details are shown
90-
Then I download and enable the "Antivirus for files" app
91-
And I see that the "Antivirus for files" app has been enabled
83+
# Scenario: Install an app from the app store
84+
# Given I act as Jane
85+
# And I am logged in as the admin
86+
# And I open the Apps management
87+
# And I open the "Tools" section
88+
# And I click on the "Antivirus for files" app
89+
# And I see that the app details are shown
90+
# Then I download and enable the "Antivirus for files" app
91+
# And I see that the "Antivirus for files" app has been enabled

0 commit comments

Comments
 (0)