@@ -95,7 +95,7 @@ class AgentRegisterNonUKClientControllerSpec extends PlaySpec with GuiceOneServe
9595 status(result) must be(OK )
9696 val document = Jsoup .parse(contentAsString(result))
9797
98- document.title() must be(" What is your client’s overseas registered business name and address? - GOV.UK" )
98+ document.title() must be(" What is your client’s overseas registered business name and address? - Register for ATED - GOV.UK" )
9999 document.getElementsByClass(" govuk-caption-xl" ).text() must be(" This section is: Add a client" )
100100 document.getElementsByTag(" h1" ).text() must include(" What is your client’s overseas registered business name and address?" )
101101 document.getElementsByAttributeValue(" for" , " businessName" ).text() must be(" Business name" )
@@ -119,7 +119,7 @@ class AgentRegisterNonUKClientControllerSpec extends PlaySpec with GuiceOneServe
119119 status(result) must be(OK )
120120 val document = Jsoup .parse(contentAsString(result))
121121
122- document.title() must be(" What is your client’s overseas registered business name and address? - GOV.UK" )
122+ document.title() must be(" What is your client’s overseas registered business name and address? - Register for ATED - GOV.UK" )
123123 document.getElementsByClass(" govuk-caption-xl" ).text() must be(" This section is: Add a client" )
124124 document.getElementsByTag(" h1" ).text() must include(" What is your client’s overseas registered business name and address?" )
125125 document.getElementsByAttributeValue(" for" , " businessName" ).text() must be(" Business name" )
@@ -146,7 +146,7 @@ class AgentRegisterNonUKClientControllerSpec extends PlaySpec with GuiceOneServe
146146 verify(mockBackLinkCache, times(1 )).
147147 saveBackLink(ArgumentMatchers .any(), ArgumentMatchers .any())(ArgumentMatchers .any(), ArgumentMatchers .any())
148148
149- document.title() must be(" What is your client’s overseas registered business name and address? - GOV.UK" )
149+ document.title() must be(" What is your client’s overseas registered business name and address? - Register for ATED - GOV.UK" )
150150 document.getElementsByClass(" govuk-caption-xl" ).text() must be(" This section is: Add a client" )
151151 document.getElementsByTag(" h1" ).text() must include(" What is your client’s overseas registered business name and address?" )
152152 document.getElementsByAttributeValue(" for" , " businessName" ).text() must be(" Business name" )
@@ -169,7 +169,7 @@ class AgentRegisterNonUKClientControllerSpec extends PlaySpec with GuiceOneServe
169169 status(result) must be(OK )
170170 val document = Jsoup .parse(contentAsString(result))
171171
172- document.title() must be(" What is your client’s overseas registered business name and address? - GOV.UK" )
172+ document.title() must be(" What is your client’s overseas registered business name and address? - Register for ATED - GOV.UK" )
173173 document.getElementsByClass(" govuk-caption-xl" ).text() must be(" This section is: Add a client" )
174174 document.getElementsByTag(" h1" ).text() must include(" What is your client’s overseas registered business name and address?" )
175175 document.getElementsByAttributeValue(" for" , " businessName" ).text() must be(" Business name" )
@@ -195,7 +195,7 @@ class AgentRegisterNonUKClientControllerSpec extends PlaySpec with GuiceOneServe
195195 status(result) must be(OK )
196196 val document = Jsoup .parse(contentAsString(result))
197197
198- document.title() must be(" What is your client’s overseas registered business name and address? - GOV.UK" )
198+ document.title() must be(" What is your client’s overseas registered business name and address? - Register for ATED - GOV.UK" )
199199 document.getElementsByClass(" govuk-caption-xl" ).text() must be(" This section is: Add a client" )
200200 document.getElementsByTag(" h1" ).text() must include(" What is your client’s overseas registered business name and address?" )
201201 document.getElementById(" businessName" ).`val`() must be(" ACME" )
0 commit comments