mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Add more integration tests for tokens
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user