| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ import collection.JavaConverters._ | |||
| 37 | 37 | And("The article is marked up with the correct schema") | |
| 38 | 38 | val article = el("article[itemtype='http://schema.org/NewsArticle']") | |
| 39 | 39 | ||
| 40 | - article.el("[articleprop=headline]").text should | ||
| 40 | + article.el("[itemprop=headline]").text should | ||
| 41 | 41 | be("Liu Xiang pulls up in opening race at second consecutive Olympics") | |
| 42 | 42 | } | |
| 43 | 43 | } | |
@@ -299,7 +299,7 @@ import collection.JavaConverters._ | |||
| 299 | 299 | import browser._ | |
| 300 | 300 | ||
| 301 | 301 | Then("It should be rendered as an article") | |
| 302 | - $("[articleprop=headline]").text should be("Birds of Britain | video") | ||
| 302 | + $("[itemprop=headline]").text should be("Birds of Britain | video") | ||
| 303 | 303 | } | |
| 304 | 304 | } | |
| 305 | 305 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments