-
Notifications
You must be signed in to change notification settings - Fork 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
Issue with withAction().moveToElement(element) method. #14
Comments
ok, here is my output
which seems fine, there is nothing blocked for me. I am not sure though if the hover action is actually performed, i hope not. |
what chromedriver version you are using ? |
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' |
@globalworming While debugging I tried with chrome version 77 and 81, it was not working. If it will fail for you then, it should be a chromedriver issue, but then can we handle that in Serenity? |
If i use StepEventBus.getEventBus().getBaseStepListener().aStepHasFailed() method then I am able to skip the execution, without downgrading the chromeDriver version, but I think this is not the right way to handle execptions. public void moveMouseToLogo() throws Exception { |
This should be fixed in version 2.2.7 |
@wakaleo |
Later this week.
…On Thu, 14 May 2020 at 14:07, tiwari90 ***@***.***> wrote:
@wakaleo <https://github.com/wakaleo>
Thank you for the acknowledgment.
when can we expect 2.2.7 release(approx)?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAANVMS7UQS26XIIFS7AHADRRPUJPANCNFSM4M7YPPKA>
.
--
___________________________________________________
John Smart | Wakaleo Consulting | +44 7398 832273
Making smart teams collaborate better
http://johnfergusonsmart.com | john.smart@wakaleo.com
___________________________________________________
We love breaking down silos and helping smart teams collaborate better! Ask
about our tailored on-site workshops
<https://johnfergusonsmart.com/training/> in Agile Product Planning
<http://johnfergusonsmart.com/programs-courses/next-generation-agile-delivery-product-planning/>,
BDD Requirements Discovery
<http://johnfergusonsmart.com/programs-courses/mastering-agile-requirements-behaviour-driven-development/>,
BDD, TDD and Clean Coding
<http://johnfergusonsmart.com/programs-courses/bdd-tdd-clean-coding/>,
and Advanced
BDD Test Automation
<http://johnfergusonsmart.com/programs-courses/advanced-bdd-test-automation/>
.
Need some help with Serenity BDD? Check out our Serenity BDD training and
support packages here <https://johnfergusonsmart.com/serenity-bdd/>.
___________________________________________________
|
Verified the issue with the latest serenity version(2.2.7), and it's working as expected now. Thanks, |
Test execution blocked if we use withAction().moveToElement(element) method.
This happens only when a step has failed due to some exception, serenity successfully skips the remaining test steps but blocked if there is a step which calls withAction().moveToElement(element) method.
I have created a repository showing the issue.
https://github.com/tiwari90/serenity-junit.git
The text was updated successfully, but these errors were encountered: