76c803f0af
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
8 lines
284 B
Gherkin
8 lines
284 B
Gherkin
Feature: app-comments
|
|
|
|
Scenario: Writing a comment
|
|
Given I am logged in
|
|
And I open the details view for "welcome.txt"
|
|
And I open the "Comments" tab in the details view
|
|
When I create a new comment with "Hello world" as message
|
|
Then I see that a comment was added
|