git.delta.rocks / unique-network / refs/commits / 45e62ca5a277

difftreelog

Remove exclusive tests

Max Andreev2023-03-29parent: #d035b5d.patch.diff
in: master

2 files changed

modifiedtests/src/xcm/xcmQuartz.test.tsdiffbeforeafterboth
1043 });1043 });
1044 });1044 });
10451045
1046 itSub.only('Should connect and send QTZ to Shiden', async ({helper}) => {1046 itSub('Should connect and send QTZ to Shiden', async ({helper}) => {
1047 const destination = {1047 const destination = {
1048 V1: {1048 V1: {
1049 parents: 1,1049 parents: 1,
1113 });1113 });
1114 });1114 });
11151115
1116 itSub.only('Should connect to Shiden and send QTZ back', async ({helper}) => {1116 itSub('Should connect to Shiden and send QTZ back', async ({helper}) => {
1117 await usingShidenPlaygrounds(shidenUrl, async (helper) => {1117 await usingShidenPlaygrounds(shidenUrl, async (helper) => {
1118 const destination = {1118 const destination = {
1119 V1: {1119 V1: {
modifiedtests/src/xcm/xcmUnique.test.tsdiffbeforeafterboth
1045 });1045 });
1046 });1046 });
10471047
1048 itSub.only('Should connect and send UNQ to Astar', async ({helper}) => {1048 itSub('Should connect and send UNQ to Astar', async ({helper}) => {
1049 const destination = {1049 const destination = {
1050 V1: {1050 V1: {
1051 parents: 1,1051 parents: 1,
1115 });1115 });
1116 });1116 });
11171117
1118 itSub.only('Should connect to Astar and send UNQ back', async ({helper}) => {1118 itSub('Should connect to Astar and send UNQ back', async ({helper}) => {
1119 await usingAstarPlaygrounds(astarUrl, async (helper) => {1119 await usingAstarPlaygrounds(astarUrl, async (helper) => {
1120 const destination = {1120 const destination = {
1121 V1: {1121 V1: {