wip: implement e2e tests with cypress

This commit is contained in:
Björn Fromme
2025-10-21 20:25:18 +02:00
parent ab91c138d5
commit 10df3ebb35
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>