Skip to content

Commit

Permalink
Synpress v4 upgrade - Temporary fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-langa committed Oct 31, 2024
1 parent 838d3eb commit e904556
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
7 changes: 0 additions & 7 deletions tests/withWallet/aaveV3/arbitrum/aaveV3BorrowArbitrum.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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');
Expand Down
11 changes: 2 additions & 9 deletions tests/withWallet/aaveV3/arbitrum/aaveV3MultiplyArbitrum1.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -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({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit e904556

Please sign in to comment.