mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-04 17:42:05 -04:00
Updated and tested all buttons
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="govuk-button" type="submit">Continue</button>
|
||||
<button class="usa-button" type="submit">Continue</button>
|
||||
</form>`;
|
||||
|
||||
form = document.querySelector('form');
|
||||
|
||||
Reference in New Issue
Block a user