Skip to content
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

[Feature]: When running a test again do not stop at previously selected action #34482

Open
denniske opened this issue Jan 26, 2025 · 2 comments

Comments

@denniske
Copy link

🚀 Feature Request

When running a test again do not stop at previously selected action

Example

I run the test and select an action.
I run the test again and the preview does not stop at the action but follows the test until the end.

Motivation

When running a test the first time I select an action in the action list to look at the state/screenshot (see the blue highlight).

Image

Then I fix my code and run the test again. This time the preview will stop at the action I selected on the last run (see the grey highlight).
Image

I assume that this is by design. But for this is not working well because I might look at some action which failed in the first run. But when I fix my code and run the test again I dont want the preview to be stuck at the old position, but instead I want to follow the preview through the whole run of the test.

@agg23
Copy link
Contributor

agg23 commented Jan 27, 2025

To make sure I understand your request, you wish for the selection to be cleared when that test starts to run?

@denniske
Copy link
Author

Yes the selection on the right side should be cleared (locator.click)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants