mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 08:26:12 +02:00
🐛 Fix toggling set groups in theme modal not working (#5733)
This commit is contained in:
parent
48acc8715b
commit
86e0f8ad34
5 changed files with 441 additions and 323 deletions
|
@ -88,6 +88,9 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||
this.tokensUpdateCreateModal = page.getByTestId(
|
||||
"token-update-create-modal",
|
||||
);
|
||||
this.tokenThemeUpdateCreateModal = page.getByTestId(
|
||||
"token-theme-update-create-modal",
|
||||
);
|
||||
this.tokenThemesSetsSidebar = page.getByTestId("token-themes-sets-sidebar");
|
||||
this.tokensSidebar = page.getByTestId("tokens-sidebar");
|
||||
this.tokenSetItems = page.getByTestId("tokens-set-item");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue