-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #405 from OasisDEX/open-positions-13
Open positions - Open position for all available pools - Part 13
- Loading branch information
Showing
11 changed files
with
189 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/aaveV3/ethereum/aavev3Borrow_1.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { test } from '@playwright/test'; | ||
import { aaveV3EthereumBorrowPools_1 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
aaveV3EthereumBorrowPools_1.forEach((pool) => { | ||
test.describe('Aave V3 Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'aave/v3', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/aaveV3/ethereum/aavev3Borrow_2.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { test } from '@playwright/test'; | ||
import { aaveV3EthereumBorrowPools_2 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
aaveV3EthereumBorrowPools_2.forEach((pool) => { | ||
test.describe('Aave V3 Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'aave/v3', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/aaveV3/ethereum/aavev3Borrow_3.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { test } from '@playwright/test'; | ||
import { aaveV3EthereumBorrowPools_3 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
aaveV3EthereumBorrowPools_3.forEach((pool) => { | ||
test.describe('Aave V3 Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'aave/v3', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/aaveV3/ethereum/aavev3Borrow_4.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { test } from '@playwright/test'; | ||
import { aaveV3EthereumBorrowPools_4 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
aaveV3EthereumBorrowPools_4.forEach((pool) => { | ||
test.describe('Aave V3 Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'aave/v3', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/aaveV3/ethereum/aavev3Borrow_5.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { test } from '@playwright/test'; | ||
import { aaveV3EthereumBorrowPools_5 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
aaveV3EthereumBorrowPools_5.forEach((pool) => { | ||
test.describe('Aave V3 Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'aave/v3', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/aaveV3/ethereum/aavev3Borrow_6.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { test } from '@playwright/test'; | ||
import { aaveV3EthereumBorrowPools_6 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
aaveV3EthereumBorrowPools_6.forEach((pool) => { | ||
test.describe('Aave V3 Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'aave/v3', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/aaveV3/ethereum/aavev3Borrow_7.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { test } from '@playwright/test'; | ||
import { aaveV3EthereumBorrowPools_7 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
aaveV3EthereumBorrowPools_7.forEach((pool) => { | ||
test.describe('Aave V3 Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'aave/v3', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/aaveV3/ethereum/aavev3Borrow_8.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { test } from '@playwright/test'; | ||
import { aaveV3EthereumBorrowPools_8 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
aaveV3EthereumBorrowPools_8.forEach((pool) => { | ||
test.describe('Aave V3 Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'aave/v3', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters