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

Fixed: Failing Cypress Unit Test #2548

Closed

Conversation

saithsab877
Copy link
Contributor

@saithsab877 saithsab877 commented Dec 16, 2024

Ticket №: #2527

closes #2527

image

image

insert problem you are trying to solve here

Solution:

what was the solution?

Changes:

exactly what changes did you make?

Testing:

did you add any aditional test coverage if so where and what did you test

Notes:

any additional notes

@saithsab877
Copy link
Contributor Author

Hi @Rassl, Please review this PR.

@@ -17,7 +17,7 @@ export const AppContainer = () => {
<AppProviders>
<Suspense fallback={<div>Loading...</div>}>
<Routes>
{isMindSetHost && <Route element={<LazyMindSet />} path="/" />}
{isMindSetHost && <Route element={<LazyMindSet />} path="/mindset" />}
Copy link
Collaborator

Choose a reason for hiding this comment

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

we need to open mindset on root

@Rassl Rassl closed this Dec 17, 2024
@Rassl
Copy link
Collaborator

Rassl commented Dec 17, 2024

it is fixed

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.

[tests] latest test failing
2 participants