Skip to content

Commit

Permalink
There are no <iframes> anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Feb 23, 2016
1 parent f0e6ef8 commit 90e4528
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions features/suzie_views_a_petition.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Feature: Suzie views a petition
Scenario: Suzie views a petition containing urls, email addresses and html tags
Given an open petition exists with action: "Defence review", additional_details: "<i>We<i> like http://www.google.com and [email protected]"
When I go to the petition page for "Defence review"
# Cannot test for validity due to iframe attribute required for IE7
# Then the markup should be valid
Then the markup should be valid
And I should see "<i>We<i>"
And I should see a link called "http://www.google.com" linking to "http://www.google.com"
And I should see a link called "[email protected]" linking to "mailto:[email protected]"
Expand Down

0 comments on commit 90e4528

Please sign in to comment.