Article without a featured object
Scenario 1: Displays Classes requiring content with images - Query based
GIVEN I add a feature to a page with a feature/display class that requires an image tease (see Reference)
WHEN the content is powered by a query-api that includes one or more blog posts, story pages or flat pages WITHOUT tease images
THEN the articles without tease images are ignored and do not display on the front end
AND the From and Size configured for the feature do NOT count content skipped due to not having an image (see example below).
FOR EXAMPLE
GIVEN I power a List Feature with a query that includes 5 content items, a From (start index) of 1 and Size (item limit) of 3
WHEN the Display Class is Top Photo (or other that requires an image)
AND WHEN the first content item in the query results does NOT have a photo but the remaining content items DO have an image
THEN the first content item to display is the second item in the query results (the first content item with an image)
AND a total of 3 items display, with the 4th item in the query results displaying as the last item.