Skip to content

Commit

Permalink
Don't run tests that aren't supported by the demo landing page. (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cole authored and dylankelly committed Jul 25, 2019
1 parent 0389b31 commit 0338505
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/integration/LandingPage/DemoLandingPage.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Feature: Demo Page

Demo landing page with all components

Background:
Background:
Given I visit the page "/demo-landing-page"

@smoke
Expand All @@ -24,12 +24,12 @@ Feature: Demo Page
And the featured card navigation component should exist
And the card event component should exist
And the card CTA component should exist
And the card keydates component should exist
# And the card keydates component should exist
And the card promotion component should exist
And the card carousel component should exist
And the accordion component should exist
And the news listing component should exist
And the timeline component should exist
# And the timeline component should exist
And the image gallery component should exist
And the related links component should exist
And the contact component should exist
Expand All @@ -38,4 +38,4 @@ Feature: Demo Page

# Need to fix existing errors or work out ruleset to skip
# Scenario: There are no accessibility errors
# Then it has no detectable a11y violations on load
# Then it has no detectable a11y violations on load

0 comments on commit 0338505

Please sign in to comment.