FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix failing tests · devhttps/frontend@1ad87de · GitHub

Commit 1ad87de

Browse files
committed
fix failing tests
1 parent eb9266f commit 1ad87de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎article/test/ArticleFeatureTest.scala‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import collection.JavaConverters._
3737
And("The article is marked up with the correct schema")
3838
val article = el("article[itemtype='http://schema.org/NewsArticle']")
3939

40-
article.el("[articleprop=headline]").text should
40+
article.el("[itemprop=headline]").text should
4141
be("Liu Xiang pulls up in opening race at second consecutive Olympics")
4242
}
4343
}
@@ -299,7 +299,7 @@ import collection.JavaConverters._
299299
import browser._
300300

301301
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")
303303
}
304304
}
305305

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL