Skip to content

Commit

Permalink
fix: e2e test.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Nov 2, 2023
1 parent 11fb29d commit 41da204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/react/cypress/e2e/Home.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Homepage', () => {

cy.get('[data-testid="runContractFunctionButton"]').should('exist').click();

cy.get('[data-testid="outputTextarea"]').should('exist').contains('0xe2A83b15FC300D8457eB9E176f98d92a8FF40a49');
cy.get('[data-testid="outputTextarea"]').should('exist').contains('0x3eb879cc9a0Ef4C6f1d870A40ae187768c278Da2');
});

it('resolves domain correctly', () => {
Expand Down

1 comment on commit 41da204

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test coverage

Title Lines Statements Branches Functions
api-utils Coverage: 20%
20.6% (61/296) 20.48% (17/83) 19.04% (12/63)
auth Coverage: 89%
92.45% (98/106) 83.33% (20/24) 86.66% (26/30)
evm-api Coverage: 91%
91.83% (90/98) 66.66% (6/9) 87.5% (56/64)
common-aptos-utils Coverage: 4%
4.56% (151/3306) 4.49% (25/556) 5.53% (45/813)
common-evm-utils Coverage: 64%
65.34% (1650/2525) 25% (186/744) 44.15% (419/949)
sol-api Coverage: 100%
100% (40/40) 66.66% (6/9) 100% (15/15)
common-sol-utils Coverage: 69%
69.04% (203/294) 51.42% (18/35) 55.67% (54/97)
common-streams-utils Coverage: 90%
90.73% (1204/1327) 73.63% (363/493) 82.07% (444/541)
streams Coverage: 91%
90.54% (603/666) 72.34% (68/94) 90.97% (131/144)

Please sign in to comment.