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

[Bug]: The current line of code in the Source tab is not getting updated when hovering different actions #32915

Closed
meeroslaph opened this issue Oct 2, 2024 · 0 comments · Fixed by #32919
Assignees
Labels

Comments

@meeroslaph
Copy link

meeroslaph commented Oct 2, 2024

Version

1.47.2

Steps to reproduce

  1. Run a test in UI Mode.
  2. Open the Source tab.
  3. Move through different actions by hovering them in the Actions tab.

Expected behavior

The currently selected line of code gets updated in the Source tab as a user moves through the actions in the Actions tab (according to the documentation).

Actual behavior

The currently selected line of code isn't updated in the Source tab as a user moves through the actions in the Actions tab. The user must actually click on the action to get the line of code in the Source tab updated. However, the content in the Call and the Log tabs is properly updated when hovering actions.

Additional context

Initially I thought it might be the issue with documentation being outdated (MR), but @Skn0tt suggested submitting a bug report instead.

Environment

System:
    OS: macOS 15.0
    CPU: (10) arm64 Apple M1 Pro
    Memory: 50.83 MB / 16.00 GB
  Binaries:
    Node: 20.17.0 - ~/.nvm/versions/node/v20.17.0/bin/node
    npm: 10.8.2 - ~/.nvm/versions/node/v20.17.0/bin/npm
  Languages:
    Bash: 3.2.57 - /bin/bash
  npmPackages:
    @playwright/test: ^1.47.2 => 1.47.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants