🔧 Set up playwright project for render wasm

This commit is contained in:
Belén Albeza 2025-06-05 16:27:57 +02:00
parent 8c337f508b
commit 59a4b51d2c
10 changed files with 2256 additions and 8 deletions

View file

@ -178,6 +178,10 @@ export class WorkspacePage extends BaseWebSocketPage {
);
}
async mockGetFile(jsonFile) {
await this.mockRPC(/get\-file\?/, jsonFile);
}
async setupFileWithComments() {
await this.mockRPC(
"get-comment-threads?file-id=*",