Updated and tested all buttons

This commit is contained in:
alexjanousekGSA
2025-07-02 18:14:22 -04:00
parent bee667a5e9
commit 3e2fe8be04
31 changed files with 34 additions and 34 deletions

View File

@@ -19,7 +19,7 @@ describe('Prevent duplicate form submissions', () => {
// set up DOM
document.body.innerHTML = `
<form action="/" method="post">
<button class="govuk-button" type="submit">Continue</button>
<button class="usa-button" type="submit">Continue</button>
</form>`;
form = document.querySelector('form');