Skip to content

Commit 5f5b528

Browse files
committed
Add data test attribute for behat tests
1 parent 7a131f0 commit 5f5b528

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/registration/partial/crud_list.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<td>
2525
<div class="btn-group pull-right" role="group">
2626
<a class="btn btn-mini btn-warning"
27+
data-test_revoketokentype="{{ recoveryToken.type }}"
2728
href="{{ path('ss_recovery_token_delete', {'recoveryTokenId': recoveryToken.recoveryTokenId}) }}">
2829
{{ 'ss.second_factor.revoke.button.revoke'|trans }}
2930
</a>

0 commit comments

Comments
 (0)