mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
This PR was merged into the 1.7-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | related issues https://github.com/Sylius/Sylius/pull/10973, https://github.com/Sylius/Sylius/pull/10562, https://github.com/Sylius/Sylius/pull/10043 | License | MIT Even though waiting for the slug generation should end when it's generated, I've noticed that it still takes a lot of time. So I made a quick experiment with lowering the waiting time and it seems to not harm and even improve execution time a little bit 💃 I also removed a `@javascript` tag from some scenarios that _de facto_ didn't need it. Before: <img width="552" alt="Zrzut ekranu 2019-12-20 o 11 57 30" src="https://user-images.githubusercontent.com/6212718/71250974-57135880-2321-11ea-8e86-ed3d1bb70061.png"> After: <img width="540" alt="Zrzut ekranu 2019-12-20 o 11 56 12" src="https://user-images.githubusercontent.com/6212718/71251008-698d9200-2321-11ea-9865-99a0bafa9c3c.png"> Commits ------- |
||
|---|---|---|
| .. | ||
| adding_shipping_method.feature | ||
| archiving_shipping_methods.feature | ||
| browsing_shipping_methods.feature | ||
| deleting_multiple_shipping_methods.feature | ||
| deleting_shipping_method.feature | ||
| editing_shipping_method.feature | ||
| preventing_deletion_of_used_shipping_method.feature | ||
| shipping_method_code_validation.feature | ||
| shipping_method_flat_rate_per_shipment_validation.feature | ||
| shipping_method_flat_rate_per_unit_validation.feature | ||
| shipping_method_unique_code_validation.feature | ||
| shipping_method_validation.feature | ||
| sorting_shipping_methods_by_name_or_code.feature | ||
| sorting_shipping_methods_by_position.feature | ||
| toggling_shipping_method.feature | ||