-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Open Modal or Page with Ionic 3 #1397
Comments
Is there any error that displays within your Test Runner on click? Could you share the error that is displayed? Also, you may find success with |
No error in my test runner for the on click. I can see the on click animation when I execute my tests. But my page doesn't appear. I tried |
@vpivet can you make this easy on us and setup a reproducible repo with the bare minimum to demonstrate the problem. You did do a good job explaining the steps - but for our team - since we have to investigate these issues, we prioritize whatever is easiest to reproduce and diagnose. |
I created a new empty Ionic 3 project with Cypress with simple modal and page to share it with you. But I haven't the problem with this project, my page or modal open without problem. In the meantime I hope this new element can help you to understand my problem. |
It's ok ! I understand my mistake.
Thanks for your help. Cypress is really good ! ;) |
I have the same problem, I need to use |
@vpivet @amiral-jion I would take a look at I think this will be easier to achieve once we have native events support: #311 |
Is this a Feature or Bug?
Bug
Current behavior:
When I tap on a button to open an Ionic 3 page or Modal, nothing append and my test fail. Cypress success to click on the button but the page doesn't appear.
Desired behavior:
Open Ionic Modale or Page on button click with Cypress
How to reproduce:
Create an Ionic 3 empty project with a button who open a new page.
Test code:
Question : Is it possible to well test Ionic 3 with Cypress ?
The text was updated successfully, but these errors were encountered: