🔧 Adding more e2e tests for nested frames with clipping

This commit is contained in:
Alejandro Alonso
2025-11-26 11:36:27 +01:00
committed by Belén Albeza
parent e3b87390f6
commit 62ec66cd15
4 changed files with 1106 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ export class WasmWorkspacePage extends WorkspacePage {
}
async waitForFirstRenderWithoutUI() {
await waitForFirstRender();
await this.waitForFirstRender();
await this.hideUI();
}