Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #503 from DFE-Digital/data-cy-typo
Browse files Browse the repository at this point in the history
Typo in data selector for cypress.
  • Loading branch information
jordan-beard authored Jan 31, 2023
2 parents 778f1f3 + 897f0e3 commit b9c7ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dfe.PrepareTransfers.Web/Pages/ProjectType/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="govuk-radios__item">
<input class="govuk-radios__input" type="radio" asp-for="@Model.ProjectType.Type"
title="@ProjectTypes.Transfer" value="@ProjectTypes.Transfer" id="transfer-radio"
data-cy="select-projecttype-intput-transfer" />
data-cy="select-projecttype-input-transfer" />
<label class="govuk-label govuk-radios__label" for="transfer-radio">
Manage an academy transfer
</label>
Expand Down

0 comments on commit b9c7ab3

Please sign in to comment.