diff --git a/tests/withWallet/aaveV3/arbitrum/aavV3MultArbAutomations_1.spec.ts b/tests/withWallet/aaveV3/arbitrum/aavV3MultArbAutomations_1.spec.ts index d23feb4..3135e6c 100644 --- a/tests/withWallet/aaveV3/arbitrum/aavV3MultArbAutomations_1.spec.ts +++ b/tests/withWallet/aaveV3/arbitrum/aavV3MultArbAutomations_1.spec.ts @@ -15,7 +15,7 @@ const test = testWithSynpress(metaMaskFixtures(arbitrumSetup)); test.describe.configure({ mode: 'serial' }); -test.describe('Aave V3 Borrow - Arbitrum - Wallet connected', async () => { +test.describe('Aave V3 Multiply - Arbitrum - Wallet connected', async () => { test.beforeEach(async ({ metamask, page }) => { test.setTimeout(longTestTimeout); diff --git a/tests/withWallet/aaveV3/arbitrum/aavV3MultArbAutomations_2.spec.ts b/tests/withWallet/aaveV3/arbitrum/aavV3MultArbAutomations_2.spec.ts index 54d1c24..e4a7da2 100644 --- a/tests/withWallet/aaveV3/arbitrum/aavV3MultArbAutomations_2.spec.ts +++ b/tests/withWallet/aaveV3/arbitrum/aavV3MultArbAutomations_2.spec.ts @@ -15,7 +15,7 @@ const test = testWithSynpress(metaMaskFixtures(arbitrumSetup)); test.describe.configure({ mode: 'serial' }); -test.describe('Aave V3 Borrow - Arbitrum - Wallet connected', async () => { +test.describe('Aave V3 Multiply - Arbitrum - Wallet connected', async () => { test.beforeEach(async ({ metamask, page }) => { test.setTimeout(longTestTimeout); diff --git a/tests/withWallet/aaveV3/arbitrum/aaveV3BorrowArbitrum.spec.ts b/tests/withWallet/aaveV3/arbitrum/aaveV3BorrowArbitrum.spec.ts index aad2dac..51779e5 100644 --- a/tests/withWallet/aaveV3/arbitrum/aaveV3BorrowArbitrum.spec.ts +++ b/tests/withWallet/aaveV3/arbitrum/aaveV3BorrowArbitrum.spec.ts @@ -12,8 +12,6 @@ let forkId: string; const test = testWithSynpress(metaMaskFixtures(arbitrumSetup)); -test.describe.configure({ mode: 'serial' }); - test.describe('Aave V3 Borrow - Arbitrum - Wallet connected', async () => { test.beforeEach(async ({ metamask, page }) => { test.setTimeout(longTestTimeout); @@ -30,11 +28,6 @@ test.describe('Aave V3 Borrow - Arbitrum - Wallet connected', async () => { test('It should open and manage an Aave V3 Borrow Arbitrum ETH/USDC position @regression', async ({ metamask, }) => { - test.info().annotations.push({ - type: 'Test case', - description: '12068', - }); - test.setTimeout(extremelyLongTestTimeout); await app.page.goto('/arbitrum/aave/v3/borrow/eth-usdc#setup'); diff --git a/tests/withWallet/aaveV3/arbitrum/aaveV3MultiplyArbitrum1.spec.ts b/tests/withWallet/aaveV3/arbitrum/aaveV3MultiplyArbitrum1.spec.ts index 883d829..b5e8bf3 100644 --- a/tests/withWallet/aaveV3/arbitrum/aaveV3MultiplyArbitrum1.spec.ts +++ b/tests/withWallet/aaveV3/arbitrum/aaveV3MultiplyArbitrum1.spec.ts @@ -12,9 +12,7 @@ let forkId: string; const test = testWithSynpress(metaMaskFixtures(arbitrumSetup)); -test.describe.configure({ mode: 'serial' }); - -test.describe('Aave V3 Borrow - Arbitrum - Wallet connected', async () => { +test.describe('Aave V3 Multiply - Arbitrum - Wallet connected', async () => { test.beforeEach(async ({ metamask, page }) => { test.setTimeout(longTestTimeout); @@ -30,14 +28,9 @@ test.describe('Aave V3 Borrow - Arbitrum - Wallet connected', async () => { test('It should open and manage an Aave V3 Multiply Arbitrum ETH/USDC position @regression', async ({ metamask, }) => { - test.info().annotations.push({ - type: 'Test case', - description: '12068', - }); - test.setTimeout(extremelyLongTestTimeout); - await app.page.goto('/arbitrum/aave/v3/multiply/eth-usdc'); + await app.page.goto('/arbitrum/aave/v3/multiply/ETH-USDC#setup'); await test.step('It should Open a position', async () => { await openPosition({ diff --git a/tests/withWallet/aaveV3/arbitrum/aaveV3MultiplyArbitrum2.spec.ts b/tests/withWallet/aaveV3/arbitrum/aaveV3MultiplyArbitrum2.spec.ts index 1669471..8ee6d4c 100644 --- a/tests/withWallet/aaveV3/arbitrum/aaveV3MultiplyArbitrum2.spec.ts +++ b/tests/withWallet/aaveV3/arbitrum/aaveV3MultiplyArbitrum2.spec.ts @@ -15,7 +15,7 @@ const test = testWithSynpress(metaMaskFixtures(arbitrumSetup)); test.describe.configure({ mode: 'serial' }); -test.describe('Aave V3 Borrow - Arbitrum - Wallet connected', async () => { +test.describe('Aave V3 Multiply - Arbitrum - Wallet connected', async () => { test.beforeEach(async ({ metamask, page }) => { test.setTimeout(longTestTimeout);