We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66d81c commit cd8cf98Copy full SHA for cd8cf98
e2e/tests/global-settings.spec.ts
@@ -21,6 +21,7 @@ test.describe( 'Global Settings', () => {
21
editor,
22
} ) => {
23
await page.getByLabel( 'Stackable Settings' ).click()
24
+ await page.getByRole( 'button', { name: 'Global Color Palette' } ).click()
25
26
// Add a new Global Color
27
const panel = page.locator( '.ugb-global-settings-color-picker ' ).filter( { hasText: 'Global Colors' } )
0 commit comments