mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 10:56:59 +02:00
✨ Create sets inside folders
This commit is contained in:
parent
315b389a66
commit
ec8109644b
10 changed files with 176 additions and 121 deletions
|
@ -95,6 +95,9 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||
this.tokenContextMenuForToken = page.getByTestId(
|
||||
"tokens-context-menu-for-token",
|
||||
);
|
||||
this.tokenContextMenuForSet = page.getByTestId(
|
||||
"tokens-context-menu-for-set",
|
||||
);
|
||||
}
|
||||
|
||||
async goToWorkspace({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue