mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 23:25:31 +08:00
Add data-e2e to Back button in Reports wizard [SCI-11657]
This commit is contained in:
parent
b0b1f58a53
commit
6e68feeb61
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
<div class="reports-new-footer" data-step="1">
|
||||
<div class="back-container">
|
||||
<button class="btn btn-secondary back-button">
|
||||
<button class="btn btn-secondary back-button" data-e2e="e2e-BT-reports-wizard-back">
|
||||
<%= t("general.back") %>
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue