From f71e0928cda82552dd0d62142c3518a7a3676575 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Wed, 11 Oct 2023 17:21:34 +0200 Subject: [PATCH] Updating html element in add-custom-network e2e test for the text wrapper in PickerNetwork from a p tag to a span tag --- test/e2e/tests/add-custom-network.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/tests/add-custom-network.spec.js b/test/e2e/tests/add-custom-network.spec.js index 82233d09b34b..edb9190ace33 100644 --- a/test/e2e/tests/add-custom-network.spec.js +++ b/test/e2e/tests/add-custom-network.spec.js @@ -458,7 +458,7 @@ describe('Custom network', function () { }); // verify network switched const networkDisplayed = await driver.findElement({ - tag: 'p', + tag: 'span', text: 'Arbitrum One', }); assert.equal( @@ -546,7 +546,7 @@ describe('Custom network', function () { const arbitrumNetwork = await driver.clickElement({ text: 'Arbitrum One', - tag: 'div', + tag: 'span', }); // Click first Delete button