Skip to content

Commit

Permalink
fix instance id
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Sep 9, 2024
1 parent 5486a25 commit 343ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/tests/eip1153.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
.verifyContracts(['ClearTransient'])
.clickLaunchIcon('udapp')
.createContract('')
.clickInstance(0)
.clickInstance(1)
.clickFunction('get - call')
.testFunction('last',
{
Expand Down

0 comments on commit 343ea04

Please sign in to comment.