-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WEBUI-995: add functional test for activity tab
- Loading branch information
1 parent
771d704
commit ec6cc20
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Feature: Create Picture and validate activity feed | ||
|
||
Background: | ||
Given I login as "Administrator" | ||
And I have a Workspace document | ||
And I browse to the document | ||
|
||
Scenario: Validate entries in activity tab | ||
When I click the Create Document button | ||
And I select File from the Document Type menu | ||
And I create a document with the following properties: | ||
| name | value | | ||
| title | my title | | ||
| description | my description | | ||
| content | sample.png | | ||
| nature | Application | | ||
| subjects | Gastronomy,Comics | | ||
Then I see the File page | ||
When I reload the page | ||
And I can see "created the document" in the Activity feed | ||
Then I click the blob download button | ||
And I reload the page | ||
And I can see "downloaded the document" in the Activity feed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters