🔧 Add tests to cover text styles

This commit is contained in:
Elena Torro 2025-06-20 15:00:37 +02:00
parent f1a6b46165
commit 747f72be47
9 changed files with 3617 additions and 0 deletions

View file

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