-
Notifications
You must be signed in to change notification settings - Fork 196
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
JUnit5 issues with Graphene page objects #325
Comments
It also works if the |
The problem seems to be that |
Here is my working workaround which requires Javassist to work. It is just a minimal workaround, since with it,
|
Issue Overview
Location navigation using
Graphene.goTo
doesn't work witharquillian-junit5-container
. There's no problem when running with JUnit 4. Maybe, that's also a lifecycle issue like BeforeEach/AfterEach.Expected Behaviour
Test runs successfully.
Current Behaviour
Steps To Reproduce
See https://github.com/ChristianHeinemann/arquillian-graphene-junit5-example/tree/main. There is also a branch
junit4
for comparison.Additional Information
The text was updated successfully, but these errors were encountered: