-
Notifications
You must be signed in to change notification settings - Fork 164
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
Selenium tests are broken after bootstrap upgrade #989
Comments
It seems that there is deprecation of certain attributes like:
I'l try to update using find_element. |
Sure, upgrade what is needed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bugreport
I have fixed the broken part coming from .env changes but still a lot of tests fail due to missing class name or changes html structure.
@alvinBM @Shadow243 please check these tests and fix them by targeting new css classes or just adding what is missing in the actual cypht code. I think some tests are actually showing bugs in Cypht rather than bugs in the tests themselves.
Version & Environment
master and 2.0.x branch
Steps to reproduce
python3 login.py
The text was updated successfully, but these errors were encountered: