From 45e62ca5a27700bbce04e54ade0bcac0e418d3fc Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Wed, 29 Mar 2023 18:41:20 +0000 Subject: [PATCH] Remove exclusive tests --- --- a/tests/src/xcm/xcmQuartz.test.ts +++ b/tests/src/xcm/xcmQuartz.test.ts @@ -1043,7 +1043,7 @@ }); }); - itSub.only('Should connect and send QTZ to Shiden', async ({helper}) => { + itSub('Should connect and send QTZ to Shiden', async ({helper}) => { const destination = { V1: { parents: 1, @@ -1113,7 +1113,7 @@ }); }); - itSub.only('Should connect to Shiden and send QTZ back', async ({helper}) => { + itSub('Should connect to Shiden and send QTZ back', async ({helper}) => { await usingShidenPlaygrounds(shidenUrl, async (helper) => { const destination = { V1: { --- a/tests/src/xcm/xcmUnique.test.ts +++ b/tests/src/xcm/xcmUnique.test.ts @@ -1045,7 +1045,7 @@ }); }); - itSub.only('Should connect and send UNQ to Astar', async ({helper}) => { + itSub('Should connect and send UNQ to Astar', async ({helper}) => { const destination = { V1: { parents: 1, @@ -1115,7 +1115,7 @@ }); }); - itSub.only('Should connect to Astar and send UNQ back', async ({helper}) => { + itSub('Should connect to Astar and send UNQ back', async ({helper}) => { await usingAstarPlaygrounds(astarUrl, async (helper) => { const destination = { V1: { -- gitstuff