From e28d35a2cdabb6e92aff531018a14e6a028f03ba Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Tue, 19 Jul 2022 10:02:15 +0000 Subject: [PATCH] misk: remove "only" --- --- a/tests/src/eth/nonFungible.test.ts +++ b/tests/src/eth/nonFungible.test.ts @@ -72,7 +72,7 @@ }); }); -describe.only('Check ERC721 token URI', () => { +describe('Check ERC721 token URI', () => { itWeb3('Empty tokenURI', async ({web3, api, privateKeyWrapper}) => { const owner = await createEthAccountWithBalance(api, web3, privateKeyWrapper); const helper = evmCollectionHelpers(web3, owner); @@ -214,7 +214,7 @@ }); describe('NFT: Plain calls', () => { - itWeb3.only('Can perform mint()', async ({web3, api, privateKeyWrapper}) => { + itWeb3('Can perform mint()', async ({web3, api, privateKeyWrapper}) => { const owner = await createEthAccountWithBalance(api, web3, privateKeyWrapper); const helper = evmCollectionHelpers(web3, owner); let result = await helper.methods.createNonfungibleCollection('Mint collection', '6', '6').send(); -- gitstuff