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

feat(roll): roll Playwright to 1.43.0-beta-1711484700000 #2895

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

mxschmitt
Copy link
Member

Fixes #2872

@@ -39,9 +39,11 @@ public FrameLocator(Frame parent, string selector)
_frameSelector = selector;
}

IFrameLocator IFrameLocator.First => new FrameLocator(_frame, $"{_frameSelector} >> nth=0");
public IFrameLocator First => new FrameLocator(_frame, $"{_frameSelector} >> nth=0");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Explicit vs. Implicit interface implementation. No user-facing changes, just make it more consistent across the codebase.

@mxschmitt mxschmitt force-pushed the roll/1.43.0-beta-1711484700000 branch from 8d5c93d to 9bab140 Compare March 27, 2024 10:55
@yury-s yury-s merged commit 0e68ca9 into main Mar 27, 2024
13 of 15 checks passed
@yury-s yury-s deleted the roll/1.43.0-beta-1711484700000 branch March 27, 2024 15:46
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

Successfully merging this pull request may close these issues.

[Ports]: Backport client side changes
2 participants