Skip to content

Commit

Permalink
Update web3_clientVersion.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchengzhu authored Dec 21, 2023
1 parent 05129b8 commit 86738ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/src/web3_clientVersion.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ describe("web3_clientVersion", () => {
() => document.getElementById("clientVersion").innerText !== "",
);

await expect(page.$eval("#clientVersion", (e) => e.innerText)).resolves.toBe("MetaMask/v10.31.0");
await expect(page.$eval("#clientVersion", (e) => e.innerText)).resolves.toBe("MetaMask/v11.0.0");
});
});

0 comments on commit 86738ce

Please sign in to comment.