mirror of
https://github.com/penpot/penpot.git
synced 2025-07-02 05:47:16 +02:00
Add integration tests for creating sets
This commit is contained in:
parent
b5110c2222
commit
7bce4ab425
3 changed files with 40 additions and 0 deletions
|
@ -80,6 +80,8 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||
"token-update-create-modal",
|
||||
);
|
||||
this.tokenThemesSetsSidebar = page.getByTestId("token-themes-sets-sidebar");
|
||||
this.tokenSetItems = page.getByTestId("tokens-set-item");
|
||||
this.tokenSetGroupItems = page.getByTestId("tokens-set-group-item");
|
||||
}
|
||||
|
||||
async goToWorkspace({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue