mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
💄 Fix JS files formatting issues
This commit is contained in:
@@ -3,7 +3,9 @@ import { BasePage } from "./BasePage";
|
||||
export class RegisterPage extends BasePage {
|
||||
constructor(page) {
|
||||
super(page);
|
||||
this.registerButton = page.getByRole("button", { name: "Create an account" });
|
||||
this.registerButton = page.getByRole("button", {
|
||||
name: "Create an account",
|
||||
});
|
||||
this.password = page.getByLabel("Password");
|
||||
this.email = page.getByLabel("Work email");
|
||||
this.fullName = page.getByLabel("Full name");
|
||||
|
||||
@@ -159,10 +159,7 @@ export class WorkspacePage extends BaseWebSocketPage {
|
||||
"get-profiles-for-file-comments?file-id=*",
|
||||
"workspace/get-profile-for-file-comments.json",
|
||||
);
|
||||
await this.mockRPC(
|
||||
/get\-file\?/,
|
||||
"workspace/get-file-blank.json"
|
||||
);
|
||||
await this.mockRPC(/get\-file\?/, "workspace/get-file-blank.json");
|
||||
await this.mockRPC(
|
||||
"get-file-object-thumbnails?file-id=*",
|
||||
"workspace/get-file-object-thumbnails-blank.json",
|
||||
|
||||
Reference in New Issue
Block a user