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
+1 -1
View File
@@ -110,7 +110,7 @@
<div class="pt-4 border-t-2 border-gray-300">
<div class="flex justify-between items-center">
<span class="font-bold text-lg text-gray-800">Gesamtpreis:</span>
<span class="font-bold text-xl text-gray-900">
<span class="font-bold text-xl text-gray-900" {{ qa_attribute('summary-total') }}>
{{ pricingData.grandTotal|number_format(2, ',', '.') }}
</span>
</div>