-
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.
Open positions - Open position for all available pools - Part 11
- Loading branch information
1 parent
79d2d09
commit 21c091a
Showing
11 changed files
with
115 additions
and
25 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/morphoBlue/ethereum/morphoBorrow_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 { morphoEthereumBorrowPools_1 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
morphoEthereumBorrowPools_1.forEach((pool) => { | ||
test.describe('Morpho Blue Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'morphoblue', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/morphoBlue/ethereum/morphoBorrow_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 { morphoEthereumBorrowPools_2 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
morphoEthereumBorrowPools_2.forEach((pool) => { | ||
test.describe('Morpho Blue Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'morphoblue', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/morphoBlue/ethereum/morphoBorrow_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 { morphoEthereumBorrowPools_3 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
morphoEthereumBorrowPools_3.forEach((pool) => { | ||
test.describe('Morpho Blue Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'morphoblue', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
14 changes: 14 additions & 0 deletions
14
tests/withWallet/z_openPositions/morphoBlue/ethereum/morphoBorrow_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 { morphoEthereumBorrowPools_4 } from 'utils/testData'; | ||
import { openNewPosition } from 'tests/sharedTestSteps/openNewPosition'; | ||
|
||
morphoEthereumBorrowPools_4.forEach((pool) => { | ||
test.describe('Morpho Blue Borrow - Wallet connected', async () => { | ||
await openNewPosition({ | ||
network: 'ethereum', | ||
protocol: 'morphoblue', | ||
pool, | ||
positionType: 'borrow', | ||
}); | ||
}); | ||
}); |
4 changes: 2 additions & 2 deletions
4
...ns/morphoBlue/ethereum/morphoEarn.spec.ts → .../morphoBlue/ethereum/morphoEarn_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
6 changes: 3 additions & 3 deletions
6
...phoBlue/ethereum/morphoMultiply_4.spec.ts → .../morphoBlue/ethereum/morphoEarn_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
4 changes: 2 additions & 2 deletions
4
...phoBlue/ethereum/morphoMultiply_2.spec.ts → .../morphoBlue/ethereum/morphoEarn_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
4 changes: 2 additions & 2 deletions
4
...phoBlue/ethereum/morphoMultiply_3.spec.ts → .../morphoBlue/ethereum/morphoEarn_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
4 changes: 2 additions & 2 deletions
4
tests/withWallet/z_openPositions/morphoBlue/ethereum/morphoMultiply_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
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