Skip to content

Commit 8fbe5ed

Browse files
committed
remove only
1 parent 1b4e30d commit 8fbe5ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/tests/network/custom-rpc-history.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ describe('Custom RPC history', function () {
279279
);
280280
});
281281

282-
it.only('deletes a custom RPC', async function () {
282+
it('deletes a custom RPC', async function () {
283283
const networkState = mockNetworkStateOld(
284284
{
285285
rpcUrl: 'http://127.0.0.1:8545/1',

test/e2e/tests/request-queuing/dapp1-send-dapp2-signTypedData.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const {
1111
} = require('../../helpers');
1212

1313
describe('Request Queuing Dapp 1, Switch Tx -> Dapp 2 Send Tx', function () {
14-
it.only('should queue signTypedData tx after eth_sendTransaction confirmation and signTypedData confirmation should target the correct network after eth_sendTransaction is confirmed', async function () {
14+
it('should queue signTypedData tx after eth_sendTransaction confirmation and signTypedData confirmation should target the correct network after eth_sendTransaction is confirmed', async function () {
1515
const port = 8546;
1616
const chainId = 1338;
1717
await withFixtures(

0 commit comments

Comments
 (0)