Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add swaps entry points + swap validation to e2e #6070

Closed
wants to merge 9 commits into from

Conversation

BrodyHughes
Copy link
Member

Added:

  • Entry point from token expanded state
  • Entry point from browser screen
  • Profile screen / activity validation

@BrodyHughes BrodyHughes marked this pull request as draft September 4, 2024 16:04
@BrodyHughes BrodyHughes marked this pull request as ready for review September 9, 2024 18:39
@brunobar79
Copy link
Member

Launch in simulator or device for 0dcd118

@@ -537,7 +538,7 @@ export function useSwapInputsController({
};

const quoteFetchingInterval = useAnimatedInterval({
intervalMs: 12_000,
intervalMs: IS_TEST ? 999_999 : 12_000,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't this be a problem and cause flakiness whenever if the quote is no longer valid?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

potentially yeah. i guess the only fix would be to mock the quote then?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can approve after you roll back that change!

@brunobar79
Copy link
Member

Launch in simulator or device for 93a1c3e

@BrodyHughes
Copy link
Member Author

going to work on swap quote mocking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants