mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 12:06:37 +02:00
✨ Add integration test to the onboarding process
This commit is contained in:
parent
38fa5be862
commit
a90baa91c7
4 changed files with 82 additions and 5 deletions
|
@ -4,11 +4,6 @@ export class DashboardPage extends BaseWebSocketPage {
|
|||
static async init(page) {
|
||||
await BaseWebSocketPage.initWebSockets(page);
|
||||
|
||||
await BaseWebSocketPage.mockRPC(
|
||||
page,
|
||||
"get-profile",
|
||||
"logged-in-user/get-profile-logged-in-no-onboarding.json",
|
||||
);
|
||||
await BaseWebSocketPage.mockRPC(page, "get-teams", "logged-in-user/get-teams-default.json");
|
||||
await BaseWebSocketPage.mockRPC(
|
||||
page,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue