git.delta.rocks / unique-network / refs/commits / e28d35a2cdab

difftreelog

misk: remove "only"

Trubnikov Sergey2022-07-19parent: #ee5bb02.patch.diff
in: master

1 file changed

modifiedtests/src/eth/nonFungible.test.tsdiffbeforeafterboth
72 });72 });
73});73});
7474
75describe.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});
215215
216describe('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();