File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
tests/acceptance/features Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ Feature: app-comments
77 When I create a new comment with "Hello world" as message
88 Then I see a comment with "Hello world" as message
99
10- Scenario : open the comments for a different file
11- Given I am logged in
12- And I create a new folder named "Folder"
13- And I open the details view for "welcome.txt"
14- And I open the "Comments" tab in the details view
15- And I create a new comment with "Hello world" as message
16- And I see a comment with "Hello world" as message
17- When I open the details view for "Folder"
10+ # Scenario: open the comments for a different file
11+ # Given I am logged in
12+ # And I create a new folder named "Folder"
13+ # And I open the details view for "welcome.txt"
14+ # And I open the "Comments" tab in the details view
15+ # And I create a new comment with "Hello world" as message
16+ # And I see a comment with "Hello world" as message
17+ # When I open the details view for "Folder"
1818 # The "Comments" tab should already be opened
1919# Then I see that there are no comments
2020
You can’t perform that action at this time.
0 commit comments