Commit 5520b211 authored by tom's avatar tom

remove only

parent ba86df71
...@@ -92,7 +92,7 @@ test.describe('sourcify', () => { ...@@ -92,7 +92,7 @@ test.describe('sourcify', () => {
}); });
testWithSocket.describe.configure({ mode: 'serial', timeout: 20_000 }); testWithSocket.describe.configure({ mode: 'serial', timeout: 20_000 });
testWithSocket.only('with multiple contracts', async({ mount, page, createSocket }) => { testWithSocket('with multiple contracts', async({ mount, page, createSocket }) => {
const component = await mount( const component = await mount(
<TestApp withSocket> <TestApp withSocket>
<ContractVerificationForm config={ formConfig } hash={ hash }/> <ContractVerificationForm config={ formConfig } hash={ hash }/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment