Skip to content

Commit

Permalink
Add identifiers to data_story.author tests. Remove @smoketest tag fro…
Browse files Browse the repository at this point in the history
…m group.all. (#2965)
  • Loading branch information
dharizza authored and janette committed Sep 26, 2019
1 parent 8953e45 commit 5282845
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test/features/data_story.author.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Feature: Data Stories
| name | field_icon_type | field_topic_icon |
| TestTopic1 | font | xe904 |

@story_author_01
Scenario: Create Story Content
And I am logged in as "Jaz001"
When I am on "/node/add/dkan-data-story"
Expand All @@ -23,6 +24,7 @@ Feature: Data Stories
Then I should see "Your Data Story 'Test Post' has been created"
Then I should not see "panels-ipe-region"

@story_author_02
Scenario: Edit own story content
And I am logged in as "Jaz001"
When I am on "story/dkan-data-story-test-story-post"
Expand All @@ -31,6 +33,7 @@ Feature: Data Stories
And I press "Save"
Then I should see "DKAN Data Story Test Story Post has been updated"

@story_author_03
Scenario: Add topic to a story
And I am logged in as "Jaz001"
When I am on "story/dkan-data-story-test-story-post"
Expand All @@ -40,6 +43,7 @@ Feature: Data Stories
And I press "Save"
Then I should see "TestTopic1"

@story_author_04
Scenario: Delete own story content
And I am logged in as "Jaz001"
When I am on "story/dkan-data-story-test-story-post"
Expand Down
2 changes: 1 addition & 1 deletion test/features/group.all.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# time:1m1.50s
@api @smoketest
@api
Feature: Site Manager administer groups

Background:
Expand Down

0 comments on commit 5282845

Please sign in to comment.