Skip to content

Commit

Permalink
feat(e2e): Transfer Domain Convert e2e cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramyasivan committed Oct 25, 2023
1 parent 07d23e0 commit 5b99f5f
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 168 deletions.
4 changes: 2 additions & 2 deletions mobile-app/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = defineConfig({
},
baseUrl: "http://localhost:8081",
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
excludeSpecPattern:[
excludeSpecPattern: [

// Functional/Wallet/Portfolio
"cypress/e2e/functional/wallet/portfolio/portfolio.spec.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@ module.exports = defineConfig({
"cypress/e2e/functional/wallet/portfolio/addresses.spec.ts",
"cypress/e2e/functional/wallet/portfolio/cfp_dfip.spec.ts",
"cypress/e2e/functional/wallet/portfolio/send.spec.ts",
"cypress/e2e/functional/wallet/portfolio/convert/convert.spec.ts",
//"cypress/e2e/functional/wallet/portfolio/convert/convert.spec.ts",
"cypress/e2e/functional/wallet/portfolio/poolpairRewards.spec.ts",
// Functional/Wallet/Settings
"cypress/e2e/functional/wallet/settings/addressBook.spec.ts",
Expand Down
Loading

0 comments on commit 5b99f5f

Please sign in to comment.