Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Jul 4, 2023
1 parent e372c86 commit 93fe693
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions e2e/src/step-definitions/swap.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { iSelectTokenSlugs } from 'e2e/src/utils/input-data.utils';
import { createPageElement } from 'e2e/src/utils/search.utils';
import { MEDIUM_TIMEOUT, VERY_LONG_TIMEOUT } from 'e2e/src/utils/timing.utils';

import { BrowserContext } from '../classes/browser-context.class';

Given(
/I select (.*) token in the token drop-down list on the Swap page/,
{ timeout: VERY_LONG_TIMEOUT },
Expand Down
2 changes: 1 addition & 1 deletion src/lib/temple/back/dryrun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function dryRunOpParams({
if (result.every(x => x.isError)) {
error = result;
}
estimates = result[1]?.map(
estimates = result[0]?.map(
(e: any, i: number) =>
({
...e,
Expand Down

0 comments on commit 93fe693

Please sign in to comment.