Skip to content

Commit 221a9ed

Browse files
author
Ed Jannoo
committed
APIS-3472 test expectation incorrect
1 parent 79f849b commit 221a9ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolvers += Resolver.url("hmrc-sbt-plugin-releases",
33

44
resolvers += "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/"
55

6-
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.10.0")
6+
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.11.0")
77
addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "1.1.0")
88
addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "0.10.0")
99

test/acceptance/uk/gov/hmrc/apidocumentation/pages/Service.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ object HelloWorldPage extends WebPage with TableDrivenPropertyChecks {
7373
forAll(endpoints) { (id: String, endpointTitle: String, endpointRequestType: String, endpointUri: String) =>
7474
cssSelector(s"${id}_get_accordion .accordion__button").element.text shouldBe endpointTitle
7575
cssSelector(s"${id}_get_accordion .http-verb.http-verb--get.float--right").element.text shouldBe endpointRequestType
76-
cssSelector(s"${id}_get_accordion .font-xsmall").element.text shouldBe endpointUri
76+
cssSelector(s"${id}_get_accordion .snippet--inline").element.text shouldBe endpointUri
7777
}
7878
}
7979

0 commit comments

Comments
 (0)