Skip to content

Commit ce8921d

Browse files
[Github Action] Automated trickest wordlists update.
1 parent 9d084f8 commit ce8921d

21 files changed

Lines changed: 1492 additions & 3758 deletions

Discovery/Web-Content/CMS/trickest-cms-wordlist/directus-all-levels.txt

Lines changed: 14 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,6 @@ settings.json
703703
extensions.json
704704
.editorconfig
705705
pnpm-lock.yaml
706-
.changeset/six-cats-allow.md
707-
six-cats-allow.md
708706
.changeset/config.json
709707
config.json
710708
.dockerignore
@@ -15277,6 +15275,12 @@ services/graphql/resolvers/system-global.ts
1527715275
graphql/resolvers/system-global.ts
1527815276
resolvers/system-global.ts
1527915277
system-global.ts
15278+
api/src/services/graphql/resolvers/query.test.ts
15279+
src/services/graphql/resolvers/query.test.ts
15280+
services/graphql/resolvers/query.test.ts
15281+
graphql/resolvers/query.test.ts
15282+
resolvers/query.test.ts
15283+
query.test.ts
1528015284
api/src/services/graphql/resolvers/mutation.ts
1528115285
src/services/graphql/resolvers/mutation.ts
1528215286
services/graphql/resolvers/mutation.ts
@@ -15594,46 +15598,16 @@ api/src/auth/auth.ts
1559415598
src/auth/auth.ts
1559515599
auth/auth.ts
1559615600
auth.ts
15597-
api/src/auth/utils/generate-callback-url.ts
15598-
src/auth/utils/generate-callback-url.ts
15599-
auth/utils/generate-callback-url.ts
15600-
utils/generate-callback-url.ts
15601-
generate-callback-url.ts
15602-
api/src/auth/utils/is-login-redirect-allowed.test.ts
15603-
src/auth/utils/is-login-redirect-allowed.test.ts
15604-
auth/utils/is-login-redirect-allowed.test.ts
15605-
utils/is-login-redirect-allowed.test.ts
15606-
is-login-redirect-allowed.test.ts
15607-
api/src/auth/utils/is-login-redirect-allowed.ts
15608-
src/auth/utils/is-login-redirect-allowed.ts
15609-
auth/utils/is-login-redirect-allowed.ts
15610-
utils/is-login-redirect-allowed.ts
15611-
is-login-redirect-allowed.ts
15612-
api/src/auth/utils/generate-callback-url.test.ts
15613-
src/auth/utils/generate-callback-url.test.ts
15614-
auth/utils/generate-callback-url.test.ts
15615-
utils/generate-callback-url.test.ts
15616-
generate-callback-url.test.ts
1561715601
api/src/auth/drivers/ldap.ts
1561815602
src/auth/drivers/ldap.ts
1561915603
auth/drivers/ldap.ts
1562015604
drivers/ldap.ts
1562115605
ldap.ts
15622-
api/src/auth/drivers/oauth2.test.ts
15623-
src/auth/drivers/oauth2.test.ts
15624-
auth/drivers/oauth2.test.ts
15625-
drivers/oauth2.test.ts
15626-
oauth2.test.ts
1562715606
api/src/auth/drivers/saml.ts
1562815607
src/auth/drivers/saml.ts
1562915608
auth/drivers/saml.ts
1563015609
drivers/saml.ts
1563115610
saml.ts
15632-
api/src/auth/drivers/openid.test.ts
15633-
src/auth/drivers/openid.test.ts
15634-
auth/drivers/openid.test.ts
15635-
drivers/openid.test.ts
15636-
openid.test.ts
1563715611
api/src/auth/drivers/local.ts
1563815612
src/auth/drivers/local.ts
1563915613
auth/drivers/local.ts
@@ -17144,6 +17118,10 @@ api/src/utils/delete-from-require-cache.ts
1714417118
src/utils/delete-from-require-cache.ts
1714517119
utils/delete-from-require-cache.ts
1714617120
delete-from-require-cache.ts
17121+
api/src/utils/is-login-redirect-allowed.test.ts
17122+
src/utils/is-login-redirect-allowed.test.ts
17123+
utils/is-login-redirect-allowed.test.ts
17124+
is-login-redirect-allowed.test.ts
1714717125
api/src/utils/filter-items.test.ts
1714817126
src/utils/filter-items.test.ts
1714917127
utils/filter-items.test.ts
@@ -17316,6 +17294,10 @@ api/src/utils/get-milliseconds.test.ts
1731617294
src/utils/get-milliseconds.test.ts
1731717295
utils/get-milliseconds.test.ts
1731817296
get-milliseconds.test.ts
17297+
api/src/utils/is-login-redirect-allowed.ts
17298+
src/utils/is-login-redirect-allowed.ts
17299+
utils/is-login-redirect-allowed.ts
17300+
is-login-redirect-allowed.ts
1731917301
api/src/utils/filter-items.ts
1732017302
src/utils/filter-items.ts
1732117303
utils/filter-items.ts

Discovery/Web-Content/CMS/trickest-cms-wordlist/directus.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ code_of_conduct.md
125125
.vscode/extensions.json
126126
.editorconfig
127127
pnpm-lock.yaml
128-
.changeset/six-cats-allow.md
129128
.changeset/config.json
130129
.dockerignore
131130
security.md
@@ -2981,6 +2980,7 @@ api/src/services/graphql/errors/format.ts
29812980
api/src/services/graphql/errors/index.ts
29822981
api/src/services/graphql/errors/validation.ts
29832982
api/src/services/graphql/resolvers/system-global.ts
2983+
api/src/services/graphql/resolvers/query.test.ts
29842984
api/src/services/graphql/resolvers/mutation.ts
29852985
api/src/services/graphql/resolvers/get-collection-type.ts
29862986
api/src/services/graphql/resolvers/get-field-type.ts
@@ -3044,14 +3044,8 @@ api/src/middleware/validate-batch.test.ts
30443044
api/src/middleware/extract-token.test.ts
30453045
api/src/middleware/use-collection.ts
30463046
api/src/auth/auth.ts
3047-
api/src/auth/utils/generate-callback-url.ts
3048-
api/src/auth/utils/is-login-redirect-allowed.test.ts
3049-
api/src/auth/utils/is-login-redirect-allowed.ts
3050-
api/src/auth/utils/generate-callback-url.test.ts
30513047
api/src/auth/drivers/ldap.ts
3052-
api/src/auth/drivers/oauth2.test.ts
30533048
api/src/auth/drivers/saml.ts
3054-
api/src/auth/drivers/openid.test.ts
30553049
api/src/auth/drivers/local.ts
30563050
api/src/auth/drivers/openid.ts
30573051
api/src/auth/drivers/index.ts
@@ -3350,6 +3344,7 @@ api/src/utils/get-address.test.ts
33503344
api/src/utils/url.test.ts
33513345
api/src/utils/sanitize-query.ts
33523346
api/src/utils/delete-from-require-cache.ts
3347+
api/src/utils/is-login-redirect-allowed.test.ts
33533348
api/src/utils/filter-items.test.ts
33543349
api/src/utils/freeze-schema.test.ts
33553350
api/src/utils/apply-diff.ts
@@ -3393,6 +3388,7 @@ api/src/utils/parse-numeric-string.ts
33933388
api/src/utils/async-handler.test.ts
33943389
api/src/utils/redact-object.test.ts
33953390
api/src/utils/get-milliseconds.test.ts
3391+
api/src/utils/is-login-redirect-allowed.ts
33963392
api/src/utils/filter-items.ts
33973393
api/src/utils/transformations.test.ts
33983394
api/src/utils/ip-in-networks.test.ts

Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal-all-levels.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7979,6 +7979,12 @@ Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php
79797979
FunctionalTests/Routing/LazyRouteProviderInstallTest.php
79807980
Routing/LazyRouteProviderInstallTest.php
79817981
LazyRouteProviderInstallTest.php
7982+
core/tests/Drupal/FunctionalTests/Routing/SystemFilesTest.php
7983+
tests/Drupal/FunctionalTests/Routing/SystemFilesTest.php
7984+
Drupal/FunctionalTests/Routing/SystemFilesTest.php
7985+
FunctionalTests/Routing/SystemFilesTest.php
7986+
Routing/SystemFilesTest.php
7987+
SystemFilesTest.php
79827988
core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
79837989
tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
79847990
Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
@@ -10693,6 +10699,13 @@ KernelTests/Core/Block/AutowireBlockTest.php
1069310699
Core/Block/AutowireBlockTest.php
1069410700
Block/AutowireBlockTest.php
1069510701
AutowireBlockTest.php
10702+
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php
10703+
tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php
10704+
Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php
10705+
KernelTests/Core/StreamWrapper/ExtensionStreamTest.php
10706+
Core/StreamWrapper/ExtensionStreamTest.php
10707+
StreamWrapper/ExtensionStreamTest.php
10708+
ExtensionStreamTest.php
1069610709
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
1069710710
tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
1069810711
Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
@@ -38372,6 +38385,12 @@ Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php
3837238385
Core/StreamWrapper/StreamWrapperManagerInterface.php
3837338386
StreamWrapper/StreamWrapperManagerInterface.php
3837438387
StreamWrapperManagerInterface.php
38388+
core/lib/Drupal/Core/StreamWrapper/ExtensionStreamBase.php
38389+
lib/Drupal/Core/StreamWrapper/ExtensionStreamBase.php
38390+
Drupal/Core/StreamWrapper/ExtensionStreamBase.php
38391+
Core/StreamWrapper/ExtensionStreamBase.php
38392+
StreamWrapper/ExtensionStreamBase.php
38393+
ExtensionStreamBase.php
3837538394
core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
3837638395
lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
3837738396
Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
@@ -38414,6 +38433,18 @@ Drupal/Core/StreamWrapper/PrivateStream.php
3841438433
Core/StreamWrapper/PrivateStream.php
3841538434
StreamWrapper/PrivateStream.php
3841638435
PrivateStream.php
38436+
core/lib/Drupal/Core/StreamWrapper/ModuleStream.php
38437+
lib/Drupal/Core/StreamWrapper/ModuleStream.php
38438+
Drupal/Core/StreamWrapper/ModuleStream.php
38439+
Core/StreamWrapper/ModuleStream.php
38440+
StreamWrapper/ModuleStream.php
38441+
ModuleStream.php
38442+
core/lib/Drupal/Core/StreamWrapper/ThemeStream.php
38443+
lib/Drupal/Core/StreamWrapper/ThemeStream.php
38444+
Drupal/Core/StreamWrapper/ThemeStream.php
38445+
Core/StreamWrapper/ThemeStream.php
38446+
StreamWrapper/ThemeStream.php
38447+
ThemeStream.php
3841738448
core/lib/Drupal/Core/StreamWrapper/LocalStream.php
3841838449
lib/Drupal/Core/StreamWrapper/LocalStream.php
3841938450
Drupal/Core/StreamWrapper/LocalStream.php

Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,7 @@ core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
11691169
core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
11701170
core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
11711171
core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php
1172+
core/tests/Drupal/FunctionalTests/Routing/SystemFilesTest.php
11721173
core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
11731174
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
11741175
core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
@@ -1578,6 +1579,7 @@ core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php
15781579
core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php
15791580
core/tests/Drupal/KernelTests/Core/Block/BlockBaseTest.php
15801581
core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php
1582+
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php
15811583
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
15821584
core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php
15831585
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
@@ -5643,13 +5645,16 @@ core/lib/Drupal/Core/Block/Annotation/Block.php
56435645
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php
56445646
core/lib/Drupal/Core/Block/BlockManagerInterface.php
56455647
core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php
5648+
core/lib/Drupal/Core/StreamWrapper/ExtensionStreamBase.php
56465649
core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
56475650
core/lib/Drupal/Core/StreamWrapper/PublicStream.php
56485651
core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
56495652
core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php
56505653
core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
56515654
core/lib/Drupal/Core/StreamWrapper/AssetsStream.php
56525655
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
5656+
core/lib/Drupal/Core/StreamWrapper/ModuleStream.php
5657+
core/lib/Drupal/Core/StreamWrapper/ThemeStream.php
56535658
core/lib/Drupal/Core/StreamWrapper/LocalStream.php
56545659
core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php
56555660
core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php

Discovery/Web-Content/CMS/trickest-cms-wordlist/magento-all-levels.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134703,6 +134703,14 @@ Test/Mftf/Test/DeleteCategoriesTest.xml
134703134703
Mftf/Test/DeleteCategoriesTest.xml
134704134704
Test/DeleteCategoriesTest.xml
134705134705
DeleteCategoriesTest.xml
134706+
app/code/Magento/Catalog/Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
134707+
code/Magento/Catalog/Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
134708+
Magento/Catalog/Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
134709+
Catalog/Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
134710+
Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
134711+
Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
134712+
Test/AdminEnableJsBundlingAndCreateProductTest.xml
134713+
AdminEnableJsBundlingAndCreateProductTest.xml
134706134714
app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
134707134715
code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
134708134716
Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
@@ -135337,6 +135345,14 @@ Test/Mftf/Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
135337135345
Mftf/Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
135338135346
Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
135339135347
AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
135348+
app/code/Magento/Catalog/Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
135349+
code/Magento/Catalog/Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
135350+
Magento/Catalog/Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
135351+
Catalog/Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
135352+
Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
135353+
Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
135354+
Test/AdminDisableJsBundlingAndCreateProductTest.xml
135355+
AdminDisableJsBundlingAndCreateProductTest.xml
135340135356
app/code/Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
135341135357
code/Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
135342135358
Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
@@ -224798,6 +224814,14 @@ Test/Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
224798224814
Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
224799224815
Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
224800224816
StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
224817+
app/code/Magento/Paypal/Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
224818+
code/Magento/Paypal/Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
224819+
Magento/Paypal/Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
224820+
Paypal/Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
224821+
Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
224822+
Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
224823+
Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
224824+
AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
224801224825
app/code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
224802224826
code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
224803224827
Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
@@ -310873,6 +310897,14 @@ Test/Mftf/Test/AdminRelatedProductsTest.xml
310873310897
Mftf/Test/AdminRelatedProductsTest.xml
310874310898
Test/AdminRelatedProductsTest.xml
310875310899
AdminRelatedProductsTest.xml
310900+
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
310901+
code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
310902+
Magento/ConfigurableProduct/Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
310903+
ConfigurableProduct/Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
310904+
Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
310905+
Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
310906+
Test/AdminRemoveAttributeFromConfigurableProductTest.xml
310907+
AdminRemoveAttributeFromConfigurableProductTest.xml
310876310908
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
310877310909
code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
310878310910
Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
@@ -311663,6 +311695,14 @@ Test/Mftf/ActionGroup/CreateCustomAttributeActionGroup.xml
311663311695
Mftf/ActionGroup/CreateCustomAttributeActionGroup.xml
311664311696
ActionGroup/CreateCustomAttributeActionGroup.xml
311665311697
CreateCustomAttributeActionGroup.xml
311698+
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
311699+
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
311700+
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
311701+
ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
311702+
Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
311703+
Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
311704+
ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
311705+
AdminAddAttributeOptionInIFrameActionGroup.xml
311666311706
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
311667311707
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
311668311708
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
@@ -312071,6 +312111,14 @@ Test/Mftf/ActionGroup/AddNewProductConfigurationAttributeActionGroup.xml
312071312111
Mftf/ActionGroup/AddNewProductConfigurationAttributeActionGroup.xml
312072312112
ActionGroup/AddNewProductConfigurationAttributeActionGroup.xml
312073312113
AddNewProductConfigurationAttributeActionGroup.xml
312114+
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
312115+
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
312116+
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
312117+
ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
312118+
Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
312119+
Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
312120+
ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
312121+
AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
312074312122
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml
312075312123
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml
312076312124
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml

0 commit comments

Comments
 (0)