🐛 Fix toggling set groups in theme modal not working (#5733)

This commit is contained in:
Florian Schrödl
2025-02-05 12:21:21 +01:00
committed by GitHub
parent 48acc8715b
commit 86e0f8ad34
5 changed files with 441 additions and 323 deletions

View File

@@ -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");