mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-08 10:28:57 -04:00
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:
@@ -19,7 +19,7 @@ describe('Prevent duplicate form submissions', () => {
|
||||
// set up DOM
|
||||
document.body.innerHTML = `
|
||||
<form action="/" method="post">
|
||||
<button class="button" type="submit">Continue</button>
|
||||
<button class="govuk-button" type="submit">Continue</button>
|
||||
</form>`;
|
||||
|
||||
form = document.querySelector('form');
|
||||
|
||||
Reference in New Issue
Block a user