Skip to content

Commit 3d04ba1

Browse files
committed
fix: add temporary sleep to flaky test
1 parent e1a018d commit 3d04ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tests/headless.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dotenv.config({ path: "../../.env" });
3333
}
3434
);
3535
try {
36+
DappDriver.sleep(2000); // TODO: wait for load
3637
const actualAccount: string = await dapp.getAccounts();
3738
const expectedAccount = "0xe18035bf8712672935fdb4e5e431b1a0183d2dfc";
3839
expect(actualAccount).to.be.equal(expectedAccount);

0 commit comments

Comments
 (0)