From 56557381b21af4d9617214e298c787e9254b0e82 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Wed, 1 May 2024 18:27:59 -0500 Subject: [PATCH] Skip edit of dapp-suggested transactions --- test/e2e/tests/dapp-interactions/dapp-tx-edit.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/tests/dapp-interactions/dapp-tx-edit.spec.js b/test/e2e/tests/dapp-interactions/dapp-tx-edit.spec.js index 94e4b0084766..5eca18c88233 100644 --- a/test/e2e/tests/dapp-interactions/dapp-tx-edit.spec.js +++ b/test/e2e/tests/dapp-interactions/dapp-tx-edit.spec.js @@ -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,