Skip to content

Commit

Permalink
Replace historyPrices regex url to fix e2e tests failing
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Sep 20, 2024
1 parent db9fbc5 commit 5dcf4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/simulator/CreateSimulationDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class CreateSimulationDriver {

async waitForPriceChart(timeout?: number) {
const historyPricesRegExp =
/.*api\.carbondefi\.xyz\/v1\/history\/prices.*$/;
/.*multi\.carbondefi\.xyz\/v1\/ethereum\/history\/prices.*$/;
await this.page.waitForResponse(historyPricesRegExp);

const btn = this.page.getByTestId('start-simulation-btn');
Expand Down

0 comments on commit 5dcf4be

Please sign in to comment.