Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Mar 26, 2024
1 parent a364f07 commit 5a033d4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ context(
before(() => {
cy.clearAllCookies();
cy.clearAllLocalStorage();
cy.createEmptyWallet(true);
cy.setFeatureFlags(["future_swap"]);
cy.createEmptyWallet(true);
cy.sendDFITokentoWallet()
.sendDFItoWallet()
.sendTokenToWallet(["TU10", "DUSD", "BTC"])
Expand All @@ -18,6 +18,10 @@ context(
cy.wait(5000);
});

beforeEach(() => {
cy.setFeatureFlags(["future_swap"]);
});

it("should future swap DUSD -> dTU10", () => {
cy.waitUntilFutureSwapSettles();
cy.getByTestID("token_select_button_FROM").click();
Expand Down

0 comments on commit 5a033d4

Please sign in to comment.