Commit e9fa180
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop latest changes
Accepted Community Pull Requests:
- #30528: [MFTF] Add StorefrontCheckoutClickSaveAddressButtonActionGroup (by @Usik2203)
- #30825: Move default session lifetime from encryption module to security module (by @thomas-kl1)
- #30525: [MFTF] Add new AdminClickAddProductToggleAndSelectProductTypeActionGroup (by @Usik2203)
- #30777: [MFTF] Add AdminOpenCurrencyRatesPageActionGroup (by @Usik2203)
- #30090: Speedup static content deploy for specific theme (by @ihor-sviziev)
Fixed GitHub Issues:
- #30916: [Issue] [MFTF] Add StorefrontCheckoutClickSaveAddressButtonActionGroup (reported by @m2-assistant[bot]) has been fixed in #30528 by @Usik2203 in 2.4-develop branch
Related commits:
1. 8e463fe
2. a54cc96
3. 657420d
4. d804a12
5. fad49b8
6. 8d8a4bf
7. 170620e
8. cc82610
- #30859: [Issue] Move default session lifetime from encryption module to security module (reported by @m2-assistant[bot]) has been fixed in #30825 by @thomas-kl1 in 2.4-develop branch
Related commits:
1. b783a1d
2. e5363d9
- #30917: [Issue] [MFTF] Add new AdminClickAddProductToggleAndSelectProductTypeActionGroup (reported by @m2-assistant[bot]) has been fixed in #30525 by @Usik2203 in 2.4-develop branch
Related commits:
1. 80f2463
2. ad78f70
3. 44af33f
4. 3226732
5. 4921ce3
6. 6ebea22
- #30783: [Issue] [MFTF] Add AdminOpenCurrencyRatesPageActionGroup (reported by @m2-assistant[bot]) has been fixed in #30777 by @Usik2203 in 2.4-develop branch
Related commits:
1. 66ef4fd
2. 0a5a475
- #30184: [Issue] Speedup static content deploy for specific theme (reported by @m2-assistant[bot]) has been fixed in #30090 by @ihor-sviziev in 2.4-develop branch
Related commits:
1. 81c40a5
2. d060ce6
3. fe4fd65
4. 553dfdbFile tree
36 files changed
+342
-150
lines changed- app/code/Magento
- Bundle/Test/Mftf/Test
- Catalog/Test/Mftf
- ActionGroup
- Test
- AdminCreateProductDuplicateUrlkeyTest
- Checkout/Test/Mftf
- ActionGroup
- Test
- CurrencySymbol/Test/Mftf
- ActionGroup
- Test
- Deploy
- Console
- Strategy
- Downloadable/Test/Mftf/Test
- EncryptionKey/etc
- GroupedProduct/Test/Mftf/Test
- Security/etc
- Swatches/Test/Mftf/Test
- Tax/Test/Mftf/Test/StorefrontTaxQuoteCheckoutTest
- dev/tests/integration/testsuite/Magento/Framework/View/Asset
36 files changed
+342
-150
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateVirtualProductFillingRequiredFieldsOnlyTest.xml
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments