Update Javascript tests

This only updates the JavaScript tests where we don't need to make changes to
the actual JavaScript too.
This commit is contained in:
Katie Smith
2020-02-04 16:22:54 +00:00
parent a26e8c55ef
commit ba8ac41953
3 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ describe("Stick to top/bottom of window when scrolling", () => {
</div>
</div>
<div class="page-footer">
<button type="submit" class="button">Continue</button>
<button type="submit" class="govuk-button">Continue</button>
</div>
</form>
</main>
@@ -701,7 +701,7 @@ describe("Stick to top/bottom of window when scrolling", () => {
</div>
<div class="page-footer js-stick-at-bottom-when-scrolling">
<form method="post" action="">
<button type="submit" class="button">Send 1 email </button>
<button type="submit" class="govuk-button">Send 1 email </button>
</form>
</div>
</div>