Skip to content

Commit

Permalink
Merge pull request #249 from OasisDEX/adding-refinance-testsuite
Browse files Browse the repository at this point in the history
Adding tests to Refinance test-suite
  • Loading branch information
juan-langa authored May 7, 2024
2 parents 45db64e + 7c86a7f commit 14562f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test.describe('Maker Borrow - Wallet connected', async () => {
});

// Create a Maker position as part of the Refinance tests setup
test('It should open a Maker Borrow position', async () => {
test('It should open a Maker Borrow position @refinance', async () => {
test.info().annotations.push({
type: 'Test case',
description: '11788, 11790',
Expand Down Expand Up @@ -63,7 +63,7 @@ test.describe('Maker Borrow - Wallet connected', async () => {
});
});

test('It should refinance a Maker Borrow position (ETH/DAI) to Spark Borrow (RETH/DAI)', async () => {
test('It should refinance a Maker Borrow position (ETH/DAI) to Spark Borrow (RETH/DAI) @refinance', async () => {
test.info().annotations.push({
type: 'Test case',
description: '11788, 11790',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test.describe('Maker Borrow - Wallet connected', async () => {
});

// Create a Maker position as part of the Refinance tests setup
test('It should open a Maker Borrow position @refinance', async () => {
test('It should open a Maker Borrow position @regression @refinance', async () => {
test.info().annotations.push({
type: 'Test case',
description: '11788, 11790',
Expand Down Expand Up @@ -101,7 +101,7 @@ test.describe('Maker Borrow - Wallet connected', async () => {
await app.position.manage.shouldHaveButton({ label: 'WBTC' });
});

test('It should refinance a Maker Borrow position (WBTC/DAI) to Spark Borrow (sDAI/ETH) @refinance', async () => {
test('It should refinance a Maker Borrow position (WBTC/DAI) to Spark Borrow (sDAI/ETH) @regression @refinance', async () => {
test.info().annotations.push({
type: 'Test case',
description: '11788, 11790',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test.describe('Maker Borrow - Wallet connected', async () => {
});

// Create a Maker position as part of the Refinance tests setup
test('It should open a Maker Borrow position', async () => {
test('It should open a Maker Borrow position @refinance', async () => {
test.info().annotations.push({
type: 'Test case',
description: '11788, 11790',
Expand Down Expand Up @@ -101,7 +101,7 @@ test.describe('Maker Borrow - Wallet connected', async () => {
await app.position.manage.shouldHaveButton({ label: 'WBTC' });
});

test('It should refinance a Maker Borrow position (WBTC/DAI) to Spark Borrow (WBTC/DAI)', async () => {
test('It should refinance a Maker Borrow position (WBTC/DAI) to Spark Borrow (WBTC/DAI) @refinance', async () => {
test.info().annotations.push({
type: 'Test case',
description: '11788, 11790',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test.describe('Maker Borrow - Wallet connected', async () => {
});

// Create a Maker position as part of the Refinance tests setup
test('It should open a Maker Borrow position', async () => {
test('It should open a Maker Borrow position @refinance', async () => {
test.info().annotations.push({
type: 'Test case',
description: '11788, 11790',
Expand Down Expand Up @@ -101,7 +101,7 @@ test.describe('Maker Borrow - Wallet connected', async () => {
await app.position.manage.shouldHaveButton({ label: 'WBTC' });
});

test('It should refinance a Maker Borrow position (WBTC/DAI) to Spark EARN (SDIA/USDC)', async () => {
test('It should refinance a Maker Borrow position (WBTC/DAI) to Spark EARN (SDIA/USDC) @refinance', async () => {
test.info().annotations.push({
type: 'Test case',
description: '11788, 11790',
Expand Down

0 comments on commit 14562f5

Please sign in to comment.