[Shop] Remove test attribute from order summary table (#18596)

Removes the `sylius_test_html_attribute('order-table')` from the order
summary table template.

This attribute is not used in any Behat scenarios and adds unnecessary
test-specific markup to the production template.

Visual representation of an issue:

<img width="1675" height="951" alt="image"
src="https://github.com/user-attachments/assets/9561a653-43cb-4895-9948-eccf6f4fc095"
/>


Fixes:

<img width="1670" height="698" alt="image"
src="https://github.com/user-attachments/assets/af5ae27c-7b79-4a5d-a986-c0e72835eaa9"
/>
This commit is contained in:
Michał Pysiak 2025-11-28 13:04:58 +01:00 committed by GitHub
commit 2b5d5d3791
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,3 @@
<table class="table table-borderless align-middle ms-auto mb-6" style="--bs-border-style: dashed" {{ sylius_test_html_attribute('order-table') }}>
<table class="table table-borderless align-middle ms-auto mb-6" style="--bs-border-style: dashed">
{% hook 'table_summary' %}
</table>