-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(porfolio): enable ENABLE_PORTFOLIO_PAGE in missing e2e test (#6240)
# Motivation In #6199, we will change the root page from the `tokens` page to the `portfolio`. In #6225, we modified tests that were redirecting to `/` by enabling the feature flag and reloading the page to ensure they function correctly. This PR addresses one missing case from #6225. # Changes - Updated the expectations for navigating to `/`. - Extended the `AppPo` to return the `PortfolioPo`. # Tests - Should pass as before. # Todos - [ ] Add entry to changelog (if necessary). Not necessary
- Loading branch information
Showing
2 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters