Skip to content

Commit

Permalink
feat(test): add backedAddresses for dMATIC (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy committed Dec 4, 2023
1 parent 47ed881 commit 0ae7f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cypress/e2e/pages/tokens/tokens-[symbol].spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,19 +253,4 @@ context("/tokens/* Backing Addresses", () => {
"https://www.blockchain.com/bch/address/38wFczGqaaGLRub2U7CWeWkMuPDwhMVMRf",
);
});

it("should redirect to individual token page", () => {
cy.visit("/tokens/DFI");
cy.findByText("DFI").should("exist");

cy.visit("/tokens/dBCH-DFI");
cy.findByText("dBCH-DFI").should("exist");

cy.visit("/tokens/eth-dfi-191");
cy.findByText("ETH-DFI").should("exist");
cy.findByText("DCT").should("exist");

cy.visit("/tokens/dbtc");
cy.findByText("dBTC").should("exist");
});
});
4 changes: 4 additions & 0 deletions cypress/fixtures/proof-of-backing/backingAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export const cakeBackingAddresses = [
token: "dEUROC",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
{
token: "dMATIC",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
{
token: "dLTC",
link: "https://live.blockcypher.com/ltc/address/MTorFqmHaoFSBTmRGTnN1gXRrNqxa3tn2f",
Expand Down

0 comments on commit 0ae7f86

Please sign in to comment.