Skip to content

Commit

Permalink
adding more checks to store is ready for bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
jemeza committed Sep 15, 2023
1 parent 2eb3b4a commit 90c833e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/boba/gateway/cypress/e2e/pages/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@ export default class Bridge extends Page {
.its('bobaFeePriceRatio')
.should('not.be.empty')

this.verifyReduxStoreSetup('netLayer', Layer.L2)
this.getReduxStore().its('balance').its('exitFee').should('not.be.empty')
this.getReduxStore()
.its('balance')
.its('classicExitCost')
.should('equal', 0)
}

cy.get(`input[placeholder="Amount to bridge to ${destinationLayer}"]`)
Expand Down

0 comments on commit 90c833e

Please sign in to comment.