mirror of
https://github.com/penpot/penpot.git
synced 2025-07-13 03:27:17 +02:00
✨ Add token creation test
This commit is contained in:
parent
76b2760737
commit
439ca4b52c
6 changed files with 120 additions and 4 deletions
|
@ -76,6 +76,9 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||
this.togglePalettesVisibility = page.getByTestId(
|
||||
"toggle-palettes-visibility",
|
||||
);
|
||||
this.tokensUpdateCreateModal = page.getByTestId(
|
||||
"token-update-create-modal",
|
||||
);
|
||||
}
|
||||
|
||||
async goToWorkspace({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue