Grzegorz Sadowski
922e99a1a7
Merge branch '1.11' into 1.12
...
* 1.11:
Allow to set zero tax rate
2022-07-13 10:07:59 +02:00
Jakub Tobiasz
6022e059b8
Allow to set zero tax rate
2022-07-13 09:26:53 +02:00
Ferror
47ac3b0c32
[maintenance]Prepare postgresql pipeline by making behat scenarios de-case-sensitive
2022-06-03 10:37:44 +02:00
Łukasz Chruściel
303d5d6185
feature #13935 [API][Behat] Cover scenarios for applying taxes included in price (GSadee)
...
This PR was merged into the 1.12-dev branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | master
| Bug fix? | no |
| New feature? | yes |
| BC breaks? | no |
| Deprecations? | yes <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Commits
-------
23c1168461 [API][Behat] Implement scenarios for applying taxes included in price on order
fdb6ff1b56 [Order] Add methods for calculating included and excluded taxes on Order model
da55b3aaca [Shop] Deprecate OrderTaxesTotalExtension
95a9788d0d [API][Behat] Implement other scenarios for applying taxes included in price on order
0723f23fdf [Order] Fix static analysis
2022-05-09 10:56:44 +02:00
Grzegorz Sadowski
95a9788d0d
[API][Behat] Implement other scenarios for applying taxes included in price on order
2022-05-06 14:31:31 +02:00
Grzegorz Sadowski
23c1168461
[API][Behat] Implement scenarios for applying taxes included in price on order
2022-05-06 14:31:30 +02:00
Grzegorz Sadowski
49cb6262e9
[API][Behat] Cover scenarios for applying correct taxes
2022-05-05 14:54:26 +02:00
Grzegorz Sadowski
a6fcfd884e
[API] Save customer's default address on cart during picking it up
2022-05-05 12:12:31 +02:00
Łukasz Chruściel
46ad6e19ef
Merge branch '1.10' into 1.11
...
* 1.10:
[Behat] Use "When" for user actions where possible
2022-03-14 17:34:28 +01:00
Kevin Kaniaburka
984488d94b
[Behat] Use "When" for user actions where possible
2022-03-11 09:20:29 +01:00
Grzegorz Sadowski
b6da17838f
Merge branch '1.10' into 1.11
...
* 1.10:
[Taxation][Behat][UI] Fix typo
[Taxation] Fix Missing type hint and return type
[Taxation] Fix translation keys order
[Taxation] Remove redundant translation
[Taxation] Change validation message
[Taxation] Add validation of negative tax rate
[Taxation][Behat][UI] Add negative tax rate scenario
2022-03-10 22:42:14 +01:00
Kevin Kaniaburka
523a4eaa9a
[Taxation][Behat][UI] Fix typo
...
Co-authored-by: Grzegorz Sadowski <sadowskigp@gmail.com>
2022-03-10 21:37:11 +01:00
Kevin Kaniaburka
f3c7821496
[Taxation][Behat][UI] Add negative tax rate scenario
2022-03-10 21:37:10 +01:00
Grzegorz Sadowski
7d85321c09
Merge branch '1.10'
...
* 1.10:
[Taxation] Add scenarios for applying proper taxes for shipping
2021-07-21 14:39:22 +02:00
Grzegorz Sadowski
8f8e87676a
[Taxation] Add scenarios for applying proper taxes for shipping
2021-07-21 07:30:56 +02:00
Łukasz Chruściel
6bc0d75e80
[Behat][API][Taxes] Turn on chunk of taxation scenarios
2021-07-15 16:27:30 +02:00
Łukasz Chruściel
f5d806745d
Merge branch '1.7'
...
* 1.7:
[Behat] Add javascript tags
Revert "[Behat] Remove js requirement for bulk delete scenarios"
[Docs] Udpdate obsolete branches
[Documentation] removed 1.6 as a maintenance branch
[Admin] removed duplicated id attribute
[Account] Add spec to sync username with customer email
Injecting locale parameter instead of having it harcdoded
[Behat] Unfinalize some Behat pages
[Shop] Add form in add to cart template event args
[Admin] Convert newlines in product description to breaklines in product details view
2020-08-17 09:18:01 +02:00
Destiny
cb044e3115
Revert "[Behat] Remove js requirement for bulk delete scenarios"
...
This reverts commit 4013e51dfd .
2020-08-15 13:45:05 +02:00
Adam Kasperczak
7ef389c849
[behat] configured tax category behats contexts
2020-03-17 15:14:22 +01:00
Mateusz Zalewski
6b60714e3f
Scenarios and implementation fixes
2020-01-16 18:53:48 +01:00
Mateusz Zalewski
727337e5c7
[Behat] Describe billing address as a base one in checkout Behat scenarios
2020-01-16 18:53:01 +01:00
Mateusz Zalewski
4013e51dfd
[Behat] Remove js requirement for bulk delete scenarios
2019-12-19 09:03:04 +01:00
Mateusz Zalewski
7203a706ef
Remove @javascript tag from all scenarios that removes cart item
2019-07-28 13:11:38 +02:00
Bartosz Pietrzak
eb867db219
Handling no taxes charged
2019-05-30 17:25:29 +02:00
Bartosz Pietrzak
da55a87140
Behat fixes
2019-05-29 12:58:28 +02:00
Grzegorz Sadowski
18011fd179
[Behat] Implement scenarios for deleting multiple resources
2017-10-30 10:44:38 +01:00
Grzegorz Sadowski
b206d148ba
[Behat] Add scenarios for deleting multiple resources
2017-10-30 10:44:38 +01:00
Arminek
dc391be769
[Order] Add integirty validation feature for order total
2017-02-08 17:10:14 +01:00
Arminek
bd7744d5c3
[Shop] Fix security issues in cart actions
2017-01-20 09:19:29 +01:00
tuka217
6eea9a3313
[Behat] Scenarios about applying taxes when the order has a discount
2017-01-10 13:26:57 +01:00
Mateusz Zalewski
f22073267a
[Admin][Zone] Removing zone from existing tax rate validation
2016-12-13 11:36:59 +01:00
Grzegorz Sadowski
100c6e336b
[Behat] Minor step name fixes
2016-09-15 14:19:05 +02:00
Jan Goralski
57659649c3
[Behat] Removed the default "EU" zone
2016-08-24 17:05:24 +02:00
Jan Goralski
32a4aaf013
[Behat] Changed scenarios and contexts to depend on the United States channel
2016-08-24 13:38:14 +02:00
tuka217
de828d03bc
Add implementation for scenarios
2016-08-08 09:53:24 +02:00
tuka217
7cbf827f99
Add scenarios for creating tax rate included in price and for adding priduct with tax rate included in price to cart
2016-08-08 09:37:01 +02:00
Kamil Kokot
9a4984df35
Fix Behat scenarios after currency refactoring
2016-07-21 13:57:00 +02:00
Arminek
92432f954c
[WIP] Delete legacy checkout steps
2016-07-07 11:00:30 +02:00
tuka217
0a0b92b575
[Behat] Change 'logged in customer' to 'a logged in customer'
2016-06-21 09:06:40 +02:00
Mateusz Zalewski
ed5bcb65d8
PR review fixes
2016-06-14 13:40:51 +02:00
Łukasz Chruściel
758415a2a5
[Behat] [DX] Fix steps beginnings
2016-05-05 15:29:52 +02:00
Arminek
46181b8039
[Behat] Notifcation context extraction
2016-04-28 11:51:37 +02:00
Łukasz Chruściel
46a5c4097f
[Behat] [DX] Renaming taxation tag
2016-04-22 13:22:43 +02:00
Łukasz Chruściel
e67c2cb4f6
[Admin] Tax rate validation during edition
2016-04-01 08:58:44 +02:00
Łukasz Chruściel
f75b1e1da1
[Admin] Tax rate validation
2016-04-01 08:33:06 +02:00
Łukasz Chruściel
75fed52712
[DX] [Behat] Tax rate semathic fix
2016-03-30 08:37:08 +02:00
Łukasz Chruściel
d69f5dd6be
[Admin] Tax rate additional edition scenarios
2016-03-29 13:32:19 +02:00
Łukasz Chruściel
1d346712aa
[Admin] Tax rate unique code validation feature
2016-03-29 11:57:03 +02:00
Łukasz Chruściel
a97bfa37aa
[Admin] Tax rate edition feature
2016-03-29 11:19:30 +02:00
Łukasz Chruściel
df83da6d46
[Admin] Tax rate deletion feature
2016-03-29 11:19:30 +02:00