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

fade feature in modal mode caused test to fail, removing it fixed the issue. #341

Open
AbiyuTashoma opened this issue Nov 10, 2023 · 0 comments

Comments

@AbiyuTashoma
Copy link

AbiyuTashoma commented Nov 10, 2023

<div class="modal fade" id="loginModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"

When Login button on the register form is clicked via cypress test, the register form does not close. Instead the login form openned behind the register form and is hidden for cypress.

Removing the fade class from register and login modal forms fixed the issue.

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

No branches or pull requests

1 participant