Skip to content

Commit

Permalink
e2e: update test case to ex_USDT
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy committed Jul 22, 2024
1 parent 4370d52 commit 6df6428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/pages/tokens/tokens.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ context("/tokens on macbook-16", () => {
cy.findAllByTestId("OverflowTable.Row")
.eq(3)
.then((ele) => {
cy.wrap(ele).findByText("csUSDT").should("be.visible");
cy.wrap(ele).findByText("ex_USDT").should("be.visible");
cy.wrap(ele).findByText("Tether USD").should("be.visible");
cy.wrap(ele).findByText("DAT").should("be.visible");
});
Expand Down

0 comments on commit 6df6428

Please sign in to comment.