Skip to content

Commit

Permalink
Update e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed May 2, 2024
1 parent 5655738 commit 5787557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/tests/dapp-interactions/dapp-tx-edit.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Editing confirmations of dapp initiated contract interactions', functi
);
});

it.skip('should show an edit button on a simple ETH send initiated by a dapp', async function () {
it('should NOT show an edit button on a simple ETH send initiated by a dapp', async function () {
await withFixtures(
{
dapp: true,
Expand Down Expand Up @@ -88,8 +88,8 @@ describe('Editing confirmations of dapp initiated contract interactions', functi
);
assert.equal(
editTransactionButton,
true,
`Edit transaction button should be visible on a contract interaction created by a dapp`,
false,
`Edit transaction button should not be visible on a simple send transaction created by a dapp`,
);
},
);
Expand Down

0 comments on commit 5787557

Please sign in to comment.