Skip to content

Commit cd8cf98

Browse files
committed
chore: copy fix for e2e
1 parent e66d81c commit cd8cf98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/tests/global-settings.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ test.describe( 'Global Settings', () => {
2121
editor,
2222
} ) => {
2323
await page.getByLabel( 'Stackable Settings' ).click()
24+
await page.getByRole( 'button', { name: 'Global Color Palette' } ).click()
2425

2526
// Add a new Global Color
2627
const panel = page.locator( '.ugb-global-settings-color-picker ' ).filter( { hasText: 'Global Colors' } )

0 commit comments

Comments
 (0)