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 | |
Feature: PA Create Event Images Page tabs | |
Scenario Outline: Event detail page tabs order | |
Given I have event detail for the event "<event-id>" | |
When I navigate to the images tab at url "/create/events/<event-id>/images" | |
Then the menu tabs will be displayed | |
And the menu tabs will display in the order | |
| Summary | |
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 | |
Feature: PA Create Event Images Page | |
Scenario: User can initially view 12 images linked to the event | |
Given I have pictures for the event "paevent:showbiz-oscars" | |
When I navigate to the images tab at url "/create/events/paevent:showbiz-oscars/images" | |
Then the images view displays 12 images | |
And the images are listed in published time descending order | |
Scenario: Verify first image and it's published time |
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
{ | |
"query": { | |
"bool": { | |
"must": [ | |
{ | |
"range": { | |
"firstcreated": { | |
"gte": "13/02/2018", | |
"lte": "13/07/2018", | |
"format": "dd/MM/yyyy" |
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
{ | |
"query": { | |
"terms": { | |
"profile": [ | |
"advisory", | |
"alert", | |
"story", | |
"story-enriched" | |
] | |
}, |
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 | |
Feature: PA Create Latest Images Page - Latest Images Page | |
Scenario: Verify Latest Images page has infinite scroll | |
Given I navigate to the images tab at url "/create/images" | |
And the images view displays 30 images | |
And I scroll down | |
And the images view displays 44 images | |
Scenario: Verify images are displayed correctly |
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
{ | |
"uri": "science-hawking-picture-2", | |
"type": "picture", | |
"profile": "asset", | |
"version": "1", | |
"firstcreated": "2018-01-23T19:13:43Z", | |
"versioncreated": "2018-01-23T19:13:43Z", | |
"pubstatus": "usable", | |
"urgency": 6, | |
"language": "en", |
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
{ | |
"uri": "showbiz-oscars-party-picture-1", | |
"type": "picture", | |
"profile": "asset", | |
"version": "1", | |
"firstcreated": "2018-01-23T19:13:43Z", | |
"versioncreated": "2018-01-23T19:13:43Z", | |
"pubstatus": "usable", | |
"urgency": 6, | |
"language": "en", |
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
{ | |
"uri": "science-hawking-2", | |
"type": "composite", | |
"profile": "story", | |
"version": "1", | |
"firstcreated": "2018-03-15T17:26:37Z", | |
"versioncreated": "2018-03-15T17:26:37Z", | |
"embargoed": "3018-03-15T17:26:37Z", | |
"pubstatus": "usable", | |
"urgency": 6, |