Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lli committed Jan 6, 2025
1 parent 7b7548f commit c5d2c9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class Inscription {
}

async waitForView() {
await this.page.waitForSelector('.editor-root');
await expect(this.root).toBeVisible();
}

async expectOpen() {
Expand Down

0 comments on commit c5d2c9e

Please sign in to comment.