difftreelog
misk: remove "only"
in: master
1 file changed
tests/src/eth/nonFungible.test.tsdiffbeforeafterboth72 });72 });73});73});747475describe.only('Check ERC721 token URI', () => {75describe('Check ERC721 token URI', () => {76 itWeb3('Empty tokenURI', async ({web3, api, privateKeyWrapper}) => {76 itWeb3('Empty tokenURI', async ({web3, api, privateKeyWrapper}) => {77 const owner = await createEthAccountWithBalance(api, web3, privateKeyWrapper);77 const owner = await createEthAccountWithBalance(api, web3, privateKeyWrapper);78 const helper = evmCollectionHelpers(web3, owner);78 const helper = evmCollectionHelpers(web3, owner);214});214});215215216describe('NFT: Plain calls', () => {216describe('NFT: Plain calls', () => {217 itWeb3.only('Can perform mint()', async ({web3, api, privateKeyWrapper}) => {217 itWeb3('Can perform mint()', async ({web3, api, privateKeyWrapper}) => {218 const owner = await createEthAccountWithBalance(api, web3, privateKeyWrapper);218 const owner = await createEthAccountWithBalance(api, web3, privateKeyWrapper);219 const helper = evmCollectionHelpers(web3, owner);219 const helper = evmCollectionHelpers(web3, owner);220 let result = await helper.methods.createNonfungibleCollection('Mint collection', '6', '6').send();220 let result = await helper.methods.createNonfungibleCollection('Mint collection', '6', '6').send();