mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 12:21:38 +02:00
🐛 Fix CI breaking
This commit is contained in:
parent
17a873e9f8
commit
fa642d7717
2 changed files with 28 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
import { test, expect } from "@playwright/test";
|
||||
import { WorkspacePage } from "../pages/WorkspacePage";
|
||||
import { BaseWebSocketPage } from "../pages/BaseWebSocketPage";
|
||||
|
||||
test.beforeEach(async ({ page }) => {
|
||||
await WorkspacePage.init(page);
|
||||
await BaseWebSocketPage.mockRPC(page, "get-teams", "get-teams-tokens.json");
|
||||
});
|
||||
|
||||
const setupFileWithTokens = async (page) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue