-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
New window opens when changing step #3332
Comments
I can't reproduce this issue - are you sure you are not seeing multiple browsers open due to the parallel execution? @MaxenceBontePE can you create a sample project? |
Hi, Thanks. |
Sorry @wakaleo |
What happened?
This follows issue #3321
I put this in the serenity.conf
I have my steps written as this
The first step executes well, but when switching to the second one, the (Chrome) driver opens a new window that remains blank and the next Target remains unfound.
When I change my steps to
then no new window gets open and the scenario passes.
What did you expect to happen?
Scenario as written using pronouns should have passed as well.
Serenity BDD version
4.0.19
JDK version
11.0.21
Execution environment
Windows 10
Chrome with ChromeDriver v.119
How to reproduce the bug.
How can we make it happen?
Add it to the Serenity BDD backlog and wait for a volunteer to pick it up
The text was updated successfully, but these errors were encountered: