Skip to content

Commit

Permalink
APIS-3710 Fix broken build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Walker committed Nov 23, 2018
1 parent 37509d7 commit 81c7dc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ object HelloWorldPage extends WebPage with TableDrivenPropertyChecks {
forAll(endpoints) { (id: String, endpointTitle: String, endpointRequestType: String, endpointUri: String) =>
cssSelector(s"${id}_get_accordion .accordion__button").element.text shouldBe endpointTitle
cssSelector(s"${id}_get_accordion .http-verb.http-verb--get.float--right").element.text shouldBe endpointRequestType
cssSelector(s"${id}_get_accordion .snippet--inline").element.text shouldBe endpointUri
cssSelector(s"${id}_get_accordion .code--slim").element.text shouldBe endpointUri
}
}

Expand Down

0 comments on commit 81c7dc6

Please sign in to comment.