Skip to content

Commit

Permalink
🔥Removed unused screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Aug 21, 2024
1 parent 0bc5f25 commit efc4ca7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/flows.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ describe('Input & output amount validation', () => {
});
//await for calcs
cy.wait(5000);
cy.screenshot()
//Get the output amount
cy.get('[data-testid="swap-output-input-panel"]').invoke('val').as('outputAmount');
//Get the input amount
Expand All @@ -170,7 +169,6 @@ describe('Input & output amount validation', () => {
cy.get('.token-amount-input').type('1');
});
cy.wait(2500);
cy.screenshot()
cy.get('[data-testid="swap-input-input-panel"]').invoke('val').then((inputAmount: any)=>{
const belowOutput = Math.floor(parseFloat(outputAmount) * 0.5);
const aboveOutput = Math.ceil(parseFloat(outputAmount) * 1.5);
Expand Down

0 comments on commit efc4ca7

Please sign in to comment.