Skip to content

Commit

Permalink
fix: update test descriptions for multinetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Mar 20, 2024
1 parent 4e5072a commit 633db2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const {
const { PAGES } = require('../../webdriver/driver');

describe('Request Queuing for Multiple Dapps and Txs on different networks.', function () {
it('should show switch network confirmations for per dapp selected networks when calling send transactions @no-mmi', async function () {
it('should switch to the dapps network automatically when handling sendTransaction calls @no-mmi', async function () {
const port = 8546;
const chainId = 1338;
await withFixtures(
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/tests/request-queuing/switch-network.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const {
const { PAGES } = require('../../webdriver/driver');

describe('Request Queuing Switch Network on Dapp Send Tx while on different networks.', function () {
it('should show switch network dialog while dapp and mm network differ, dapp tx is on correct network.', async function () {
it('should switch to the dapps network automatically when mm network differs, dapp tx is on correct network', async function () {
const port = 8546;
const chainId = 1338;
await withFixtures(
Expand Down Expand Up @@ -78,7 +78,7 @@ describe('Request Queuing Switch Network on Dapp Send Tx while on different netw

await driver.switchToWindowWithTitle(WINDOW_TITLES.TestDApp);

// Queue confirm tx should show switch chain first when on different network
// Queue confirm tx should first auto switch network
await driver.clickElement('#sendButton');

await driver.delay(regularDelayMs);
Expand Down

0 comments on commit 633db2b

Please sign in to comment.