From 2119b2675be8f7a6b47da13c3fe6c8204f4e12b9 Mon Sep 17 00:00:00 2001 From: Kirill Klimenko Date: Thu, 26 Oct 2023 23:13:25 +0200 Subject: [PATCH] Remove waitForURLPath --- tests/models/DAOCreate.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/models/DAOCreate.ts b/tests/models/DAOCreate.ts index 3bfb51acc3..46460e71f6 100644 --- a/tests/models/DAOCreate.ts +++ b/tests/models/DAOCreate.ts @@ -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()); }