Skip to content

Commit

Permalink
Remove waitForURLPath
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed Oct 26, 2023
1 parent 968f8a6 commit 2119b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/models/DAOCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export class DAOCreate extends NavPage {
.then(() => this.fillThreshold('1'))
.then(() => this.fillMultisigSigner(0, accounts[0]))
.then(() => this.clickDeployButton());
await this.waitForURLPath('/daos/');
return new DAOHome(this.pageContext());
}

Expand Down

0 comments on commit 2119b26

Please sign in to comment.