Skip to content

Commit

Permalink
FHB-1113: E2E Automated Tests: Adding Users in Manage as Dfe Admin (#339
Browse files Browse the repository at this point in the history
)

* refactor: added data test id to agree t&c continue button

* refactor: added data test ids to continue buttons

* refactor: changed apostrophe format

---------

Co-authored-by: Tina Gohil <[email protected]>
  • Loading branch information
tgohil-hippo and Tina Gohil authored Jan 7, 2025
1 parent 7564abe commit 11d9e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>
</fieldset>
</div>
<button type="submit" class="govuk-button" data-module="govuk-button">
<button type="submit" class="govuk-button" data-testid="buttonContinue" data-module="govuk-button">
Continue
</button>
</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</dl>

<form method="post">
<button class="govuk-button">
<button class="govuk-button" data-testid="confirm-button">
Confirm details
</button>
</form>
Expand Down

0 comments on commit 11d9e88

Please sign in to comment.