Skip to content

Commit

Permalink
Skip edit of dapp-suggested transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing authored and danjm committed May 2, 2024
1 parent c998d7a commit 5655738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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('should show an edit button on a simple ETH send initiated by a dapp', async function () {
it.skip('should show an edit button on a simple ETH send initiated by a dapp', async function () {
await withFixtures(
{
dapp: true,
Expand Down

0 comments on commit 5655738

Please sign in to comment.