mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 09:06:38 +02:00
✨ Check for auto-created set
This commit is contained in:
parent
439ca4b52c
commit
85fa635f66
4 changed files with 21 additions and 4 deletions
|
@ -79,6 +79,7 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||
this.tokensUpdateCreateModal = page.getByTestId(
|
||||
"token-update-create-modal",
|
||||
);
|
||||
this.tokenThemesSetsSidebar = page.getByTestId("token-themes-sets-sidebar");
|
||||
}
|
||||
|
||||
async goToWorkspace({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue