Skip to content

Commit

Permalink
[rubyforgood#3052] remove unused data test attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabar committed Jul 27, 2024
1 parent 0bda5a8 commit 023a9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/partners/requests/validate.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<% if @quota_exceeded %>
<div class="alert alert-warning" role="alert">
You are ordering
<span class="fw-bolder fst-italic" data-testid="partner-request-confirmation-total"><%= @total_items %></span>
<span class="fw-bolder fst-italic"><%= @total_items %></span>
total items, are you sure?
</div>
<% end %>
Expand Down

0 comments on commit 023a9e1

Please sign in to comment.