2017-10-29 00:57:35 +03:00
|
|
|
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
|
2018-02-15 19:30:51 +03:00
|
|
|
Then I see a comment with "Hello world" as message
|