Created
April 19, 2018 13:11
-
-
Save ZiiSolutions/41c54d3728c5b5d55b971c657ee146f9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@pacreate | |
@wip | |
Feature: PA Create Dashboard | |
Scenario: Dashboard detail for two events | |
Given I have event detail for events "paevent:showbiz-oscars" and "paevent:foo" | |
When I navigate to pa create dashboard at url "add/url/here" | |
Then the items will be listed in firstcreated descending order | |
Then the 1st dashboard item will link to "add/link/here" | |
And the dashboard item displays the published time | |
And the dashboard item displays the first topic | |
And the dashboard item displays the keywords | |
And the dashboard item displays the headline | |
And the dashboard item displays the description text | |
Then the 2nd dashboard item will link to "add/link/here" | |
And the dashboard item displays the embargoed time | |
And the dashboard item displays the published time | |
And the dashboard item displays the first topic | |
And the dashboard item displays the keywords | |
And the dashboard item displays the headline | |
And the dashboard item displays the description text | |
Then the 3rd dashboard item will link to "add/link/here" | |
And the dashboard item displays the published time | |
And the dashboard item displays the first topic | |
And the dashboard item displays the keywords | |
And the dashboard item displays the headline | |
And the dashboard item displays the description text | |
And the dashboard item displays a label that reads the text "Advisory" | |
Scenario: Dashboard detail asset overview for two events | |
Given I have event detail for events "paevent:showbiz-oscars" and "paevent:foo" | |
When I navigate to pa create dashboard at url "add/url/here" | |
Then the 1st dashboard item will link to "add/link/here" | |
And the dashboard item has an asset overview section | |
And the asset overview section displays an images icon and the number 2 | |
And the asset overview section does not display a graphics icon | |
And the asset overview section does not display a social icon | |
Then the 2nd dashboard item will link to "add/link/here" | |
And the dashboard item has an asset overview section | |
And the asset overview section displays an images icon and the number 2 | |
And the asset overview section displays a graphics icon and the number 1 | |
And the asset overview section does not display a social icon | |
Then the 3rd dashboard item will link to "add/link/here" | |
And the dashboard item has an asset overview section | |
And the asset overview section displays an images icon and the number 2 | |
And the asset overview section displays a graphics icon and the number 1 | |
And the asset overview section displays a social icon and the number 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment