Skip to content

Commit

Permalink
Fixed typo in test attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
hortha committed Oct 6, 2023
1 parent 01cbcc8 commit 58bde16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

@if (!string.IsNullOrEmpty(Model.Alert.DetailsLink))
{
<a href="@Model.Alert.DetailsLink" class="govuk-link" rel="noreferrer noopener" target="_blank" date-testid="full-case-details-link">See full case details (opens in new tab)</a>
<a href="@Model.Alert.DetailsLink" class="govuk-link" rel="noreferrer noopener" target="_blank" data-testid="full-case-details-link">See full case details (opens in new tab)</a>
}

@if (Model.IsActive)
Expand Down

0 comments on commit 58bde16

Please sign in to comment.