diff --git a/app/views/widgets/onlineTestProgress.scala.html b/app/views/widgets/onlineTestProgress.scala.html
index 2d3485e..aef8ea7 100644
--- a/app/views/widgets/onlineTestProgress.scala.html
+++ b/app/views/widgets/onlineTestProgress.scala.html
@@ -52,21 +52,21 @@
case ONLINE_TEST_STARTED => {
-
Your tests are now ready.
-
-
The online tests
+
Your tests are now ready.
+
You have @{
+ onlineTest.map(v => v.getDuration).getOrElse("")
+ } to complete the tests.
+
The tests will expire at @{
+ onlineTest.map(v => v.getExpireDateTime).getOrElse("")
+ }.
+
+
The online tests
will be extremely difficult to use on a small device.
Use a laptop or desktop browser, or alternatively seek
help with getting online.
-
+
@helper.form(action = routes.OnlineTestController.startTests(), 'novalidate -> "novalidate") {
@helper.CSRF.formField
diff --git a/test/config/FasttrackFrontendConfigSpec.scala b/test/config/FasttrackFrontendConfigSpec.scala
index 6c12553..0ccca74 100644
--- a/test/config/FasttrackFrontendConfigSpec.scala
+++ b/test/config/FasttrackFrontendConfigSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/connectors/ConnectorSpec.scala b/test/connectors/ConnectorSpec.scala
index a34197b..9c9a75c 100644
--- a/test/connectors/ConnectorSpec.scala
+++ b/test/connectors/ConnectorSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/connectors/UserManagementClientSpec.scala b/test/connectors/UserManagementClientSpec.scala
index 7e880ac..83be2de 100644
--- a/test/connectors/UserManagementClientSpec.scala
+++ b/test/connectors/UserManagementClientSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/ApplicationSpec.scala b/test/controllers/ApplicationSpec.scala
index ebc795e..2c7c7a4 100644
--- a/test/controllers/ApplicationSpec.scala
+++ b/test/controllers/ApplicationSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/BaseSpec.scala b/test/controllers/BaseSpec.scala
index b948bee..f6343ea 100644
--- a/test/controllers/BaseSpec.scala
+++ b/test/controllers/BaseSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/FasttrackConfigSpec.scala b/test/controllers/FasttrackConfigSpec.scala
index 6db20e6..8e51de5 100644
--- a/test/controllers/FasttrackConfigSpec.scala
+++ b/test/controllers/FasttrackConfigSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/LandingPageControllerSpec.scala b/test/controllers/LandingPageControllerSpec.scala
index a432eec..2fad180 100644
--- a/test/controllers/LandingPageControllerSpec.scala
+++ b/test/controllers/LandingPageControllerSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/forms/AssistanceFormSpec.scala b/test/controllers/forms/AssistanceFormSpec.scala
index 0de0513..d938389 100644
--- a/test/controllers/forms/AssistanceFormSpec.scala
+++ b/test/controllers/forms/AssistanceFormSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/forms/GeneralDetailsFormSpec.scala b/test/controllers/forms/GeneralDetailsFormSpec.scala
index fb870bb..0d0fe05 100644
--- a/test/controllers/forms/GeneralDetailsFormSpec.scala
+++ b/test/controllers/forms/GeneralDetailsFormSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/forms/PreferenceFormSpec.scala b/test/controllers/forms/PreferenceFormSpec.scala
index 01301d7..b0103e6 100644
--- a/test/controllers/forms/PreferenceFormSpec.scala
+++ b/test/controllers/forms/PreferenceFormSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/forms/QuestionnaireDiversityFormSpec.scala b/test/controllers/forms/QuestionnaireDiversityFormSpec.scala
index 5096edc..6e3f93d 100644
--- a/test/controllers/forms/QuestionnaireDiversityFormSpec.scala
+++ b/test/controllers/forms/QuestionnaireDiversityFormSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/forms/QuestionnaireEducationFormSpec.scala b/test/controllers/forms/QuestionnaireEducationFormSpec.scala
index 5311fa0..f66268d 100644
--- a/test/controllers/forms/QuestionnaireEducationFormSpec.scala
+++ b/test/controllers/forms/QuestionnaireEducationFormSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/forms/QuestionnaireOccupationFormSpec.scala b/test/controllers/forms/QuestionnaireOccupationFormSpec.scala
index 54e200b..0de6ff2 100644
--- a/test/controllers/forms/QuestionnaireOccupationFormSpec.scala
+++ b/test/controllers/forms/QuestionnaireOccupationFormSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/forms/SignUpFormSpec.scala b/test/controllers/forms/SignUpFormSpec.scala
index ca44a58..5d5166e 100644
--- a/test/controllers/forms/SignUpFormSpec.scala
+++ b/test/controllers/forms/SignUpFormSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/controllers/forms/resetPasswordFormSpec.scala b/test/controllers/forms/resetPasswordFormSpec.scala
index 78d55ab..598451a 100644
--- a/test/controllers/forms/resetPasswordFormSpec.scala
+++ b/test/controllers/forms/resetPasswordFormSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/models/page/DashboardPageSpec.scala b/test/models/page/DashboardPageSpec.scala
index b0f8be7..89202d0 100644
--- a/test/models/page/DashboardPageSpec.scala
+++ b/test/models/page/DashboardPageSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/security/RolesSpec.scala b/test/security/RolesSpec.scala
index d743c1a..774edbc 100644
--- a/test/security/RolesSpec.scala
+++ b/test/security/RolesSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/util/PostCodeFormatterSpec.scala b/test/util/PostCodeFormatterSpec.scala
index f9fbf12..09fefe5 100644
--- a/test/util/PostCodeFormatterSpec.scala
+++ b/test/util/PostCodeFormatterSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/util/RegionToJsonSpec.scala b/test/util/RegionToJsonSpec.scala
index e7f273d..ae1fc16 100644
--- a/test/util/RegionToJsonSpec.scala
+++ b/test/util/RegionToJsonSpec.scala
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 HM Revenue & Customs
+ * Copyright 2017 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.