-
-
Notifications
You must be signed in to change notification settings - Fork 35
Add wait time, to support tests on windows with wamp. #89
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
Conversation
We need to add some wait times after the choosen, because else the tests will fail on wamp.
src/JoomlaBrowser.php
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are already waiting here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok thnx, didn't know it was time waiting. will test it again, and will update the code.
|
Updated the code, + added hide the statistics info message |
src/JoomlaBrowser.php
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are waiting in line 162 for the Text to appear, I think this one is not needed.
|
code updated |
|
looks 👍 to me |
|
Thanks 😄 |
|
merging! 👍 |
Add wait time, to support tests on windows with wamp.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.


We need to add some wait times after the choosen, because else the tests
will fail on wamp.