-
Notifications
You must be signed in to change notification settings - Fork 49
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
SinglePageApplication: Javascript is not executed #201
Comments
Does some simple JS page work for you, e.g. when you change page HTML via JS and then assert that in Mink? |
Thanks for your fast reply! Edit: after fiddling around I got that replacing some text with js-script is working quite well.
So that's my original response, I get. But asserting an item, that should be added after executing all the included scripts does not succeed. |
No. We have a test suite in place on GitHub Actions, that tests that it works with both JS and HTML. It passes. Maybe Zombie can't handle non-HTML5 tags, like |
Thanks a lot for your reply. I'm sorry for bothering you! Just as a reference: I've asked the question again there: assaf/zombie#1218 |
Hey,
I'm trying to get Min working. With Chromium everything works quite fine. All JavaScript is executed on a single page application.
I've installed zombie global and followed strictly the examples. However, it does not executes JavaScript automatically.
Did I miss a setting or anything else in the workflow?
Executing with Zombie the page just the correct html and the script-includes, that should be executed. But that's not done.
In Chrome the includes are working properly.
Any hints or needed additional information?
Thanks in advance!
The text was updated successfully, but these errors were encountered: