wip: implement e2e tests with cypress
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user