Skip to content

Commit

Permalink
ajout contenu attribut class dans les templates pour les tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filaos974 committed May 28, 2024
1 parent 3f9aa8b commit 31a9833
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BaseBillet/templates/htmx/fragments/my_account_wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="mt-4 mb-2">
<div class="d-flex flex-row" id="transactions_table" hx-indicator="#tibillet-spinner">
<button type="submit" class="btn bg-gradient-dark-blue btn-lg p-4 w-75 mx-auto"
<button type="submit" class="btn bg-gradient-dark-blue btn-lg p-4 w-75 mx-auto test-return-show-transactions"
role="button"
aria-label="valider formulaire adhésion"
hx-get="/my_account/transactions_table/"
Expand Down
8 changes: 4 additions & 4 deletions BaseBillet/templates/htmx/views/inscription.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="card z-index-0">
<div class="card-header p-0 position-relative mt-n4 mx-3 z-index-2">
<div class="bg-gradient-success shadow-success border-radius-lg py-3 pe-1">
<h4 class="text-white font-weight-bolder text-center mt-2 mb-0">
<h4 class="text-white font-weight-bolder text-center mt-2 mb-0 test-return-titre-popup">
Link your card to you
</h4>
{# <div class="row mt-3">#}
Expand Down Expand Up @@ -51,15 +51,15 @@ <h4 class="text-white font-weight-bolder text-center mt-2 mb-0">
{# </div>#}
<div class="input-group input-group-dynamic mb-3">
<label class="form-label">Email</label>
<input name="email" type="email" class="form-control" aria-label="Email"
<input name="email" type="email" class="form-control test-return-email-link-card" aria-label="Email"
value="{{ user.email }}">
</div>
{# <div class="input-group input-group-dynamic mb-3">#}
{# <label class="form-label">Password</label>#}
{# <input type="password" class="form-control" aria-label="Password">#}
{# </div>#}
<div class="form-check text-start ps-0">
<input class="form-check-input bg-dark border-dark"
<input class="form-check-input bg-dark border-dark test-return-agree-link-card"
type="checkbox"
name="cgu">
<label class="form-check-label" for="flexCheckDefault">
Expand All @@ -72,7 +72,7 @@ <h4 class="text-white font-weight-bolder text-center mt-2 mb-0">
<div class="text-center">
<input type="hidden" name="qrcode_uuid" value="{{ qrcode_uuid }}">
<button type="button"
class="btn bg-gradient-dark w-100 my-4 mb-2"
class="btn bg-gradient-dark w-100 my-4 mb-2 test-return-validate-link-card"
hx-post="/qr/link/"
>Sign up
</button>
Expand Down

0 comments on commit 31a9833

Please sign in to comment.