Skip to content

Commit

Permalink
MOved test theme and update wp-env
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed May 31, 2022
1 parent 70ec515 commit 1cf418e
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"core": "WordPress/WordPress",
"plugins": [ "." ],
"themes": [ "./test/emptytheme" ],
"themes": [ "./test/emptytheme", "./test/themes/style-variations" ],
"env": {
"tests": {
"mappings": {
"wp-content/plugins/gutenberg": ".",
"wp-content/mu-plugins": "./packages/e2e-tests/mu-plugins",
"wp-content/plugins/gutenberg-test-plugins": "./packages/e2e-tests/plugins",
"wp-content/themes/gutenberg-test-themes": "./packages/e2e-tests/themes"
"wp-content/themes/gutenberg-test-themes": "./test/themes"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions test/e2e/specs/site-editor/style-variations.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ test.describe( 'Global styles variations', () => {
).jsonValue()
).not.toContain( 'is-active' );
} );
test( 'Should apply preset colors and font sizes in a variation', async () => {} );
test( 'Should apply custom colors and font sizes in a variation', async () => {} );
test( 'Should apply a color palette in a variation', async () => {} );
test( 'Should reflect style variations in the styles applied to the editor', async () => {} );
// test( 'Should apply preset colors and font sizes in a variation', async () => {} );
// test( 'Should apply custom colors and font sizes in a variation', async () => {} );
// test( 'Should apply a color palette in a variation', async () => {} );
// test( 'Should reflect style variations in the styles applied to the editor', async () => {} );
} );

class SiteEditorStyleVariations {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1cf418e

Please sign in to comment.