Skip to content

Commit

Permalink
Move heimdall wakeup into the unverified contract test
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Jul 31, 2024
1 parent b638caf commit e9700a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/nextjs/cypress/e2e/contract_interaction.cy.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
describe("Contract Interaction", () => {
before(() => {
cy.wakeUpHeimdall();
});

it("should load DAI contract and interact with its balanceOf method", () => {
cy.visit("http://localhost:3000");
cy.loadContract("0x6B175474E89094C44Da98b954EedeAC495271d0F");
Expand All @@ -21,6 +17,7 @@ describe("Contract Interaction", () => {
});

it("should load unverified contract on Sepolia and ADD changeOwner write method to the UI", () => {
cy.wakeUpHeimdall();
cy.visit("http://localhost:3000");
cy.selectNetwork("Sepolia");
cy.get('input[placeholder="Contract address"]').type("0x759c0e9d7858566df8ab751026bedce462ff42df");
Expand Down

0 comments on commit e9700a8

Please sign in to comment.