wip: implement e2e tests with cypress

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 647fa8e212
commit 8436124cbc
9 changed files with 4194 additions and 1483 deletions
@@ -305,7 +305,8 @@
class="button bg-button bg-button--secondary"
hx-get="{{ path(cancelRouteName, cancelRouteParams|default({})) }}"
hx-target="#main-content"
hx-swap="innerHTML">
hx-swap="innerHTML"
{{ qa_attribute('btn-cancel') }}>
Abbrechen
</button>
{% else %}
@@ -313,11 +314,12 @@
class="button bg-button bg-button--secondary"
hx-get="{{ path('app_booking_create_step_2') }}"
hx-target="#main-content"
hx-swap="innerHTML">
hx-swap="innerHTML"
{{ qa_attribute('btn-cancel') }}>
Abbrechen
</button>
{% endif %}
<button type="submit" class="button bg-button bg-button--secondary">
<button type="submit" class="button bg-button bg-button--secondary" {{ qa_attribute('btn-submit') }}>
Speichern
</button>
</div>