mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 21:36:36 +02:00
✨ Add more integration tests for tokens
This commit is contained in:
parent
d79fac7729
commit
280da72e63
3 changed files with 349 additions and 12 deletions
|
@ -260,4 +260,9 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||
async clickTogglePalettesVisibility(clickOptions = {}) {
|
||||
await this.togglePalettesVisibility.click(clickOptions);
|
||||
}
|
||||
|
||||
async openTokenThemesModal(clickOptions = {}) {
|
||||
await this.tokenThemesSetsSidebar.getByText("Edit").click(clickOptions);
|
||||
await expect(this.tokenThemeUpdateCreateModal).toBeVisible();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue