CYS: Enable PTK feature flag (#49565)
* CYS: Enable PTK feature flag * Add changefile(s) from automation for the following project(s): woocommerce * Add changefile(s) from automation for the following project(s): woocommerce * enable CYS on dev env * skip homepage test --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
9934ba4c00
commit
86ff31b7f2
|
@ -0,0 +1,4 @@
|
|||
Significance: major
|
||||
Type: add
|
||||
|
||||
CYS: Enable the PTK feature.
|
|
@ -19,7 +19,7 @@
|
|||
"navigation": true,
|
||||
"onboarding": true,
|
||||
"onboarding-tasks": true,
|
||||
"pattern-toolkit-full-composability": false,
|
||||
"pattern-toolkit-full-composability": true,
|
||||
"product-pre-publish-modal": false,
|
||||
"product-custom-fields": true,
|
||||
"remote-inbox-notifications": true,
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"navigation": true,
|
||||
"onboarding": true,
|
||||
"onboarding-tasks": true,
|
||||
"pattern-toolkit-full-composability": false,
|
||||
"pattern-toolkit-full-composability": true,
|
||||
"payment-gateway-suggestions": true,
|
||||
"product-pre-publish-modal": false,
|
||||
"product-custom-fields": true,
|
||||
|
|
|
@ -20,7 +20,7 @@ async function prepareAssembler( pageObject, baseURL ) {
|
|||
.waitFor( { state: 'hidden' } );
|
||||
}
|
||||
|
||||
test.describe( 'Assembler -> Homepage', { tag: '@gutenberg' }, () => {
|
||||
test.skip( 'Assembler -> Homepage', { tag: '@gutenberg' }, () => {
|
||||
test.use( { storageState: process.env.ADMINSTATE } );
|
||||
|
||||
test.beforeAll( async ( { baseURL } ) => {
|
||||
|
|
Loading…
Reference in New Issue