-
Notifications
You must be signed in to change notification settings - Fork 75
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] WebviewView switchToFrame gets wrong iframe #1492
Comments
I experience the same issue. |
pollend
pushed a commit
to pollend/vscode-extension-tester
that referenced
this issue
Jan 22, 2025
ref: redhat-developer#1492 Signed-off-by: Michael Pollind <[email protected]>
pollend
pushed a commit
to pollend/vscode-extension-tester
that referenced
this issue
Jan 22, 2025
ref: redhat-developer#1492 Signed-off-by: Michael Pollind <[email protected]>
djelinek
pushed a commit
to pollend/vscode-extension-tester
that referenced
this issue
Feb 3, 2025
ref: redhat-developer#1492 Signed-off-by: Michael Pollind <[email protected]>
djelinek
pushed a commit
to pollend/vscode-extension-tester
that referenced
this issue
Feb 12, 2025
ref: redhat-developer#1492 Signed-off-by: Michael Pollind <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When there are multiple Web views active in the VS Code then
webview.switchToFrame()
might not return the expected Web view.This is related to the change ebc50cc released in 8.6.0 that introduces a new, less specific locator in 1.90.0.ts#L23.
The selected frame is not the same as before breaking previously working tests (Welcome walkthrough frame is not considered).
Steps to reproduce
Logs
Operating System
macOS 14.6.1
Visual Studio Code
1.92.2
vscode-extension-tester
8.6.0
NodeJS
18.19.0
npm
10.2.3
The text was updated successfully, but these errors were encountered: