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

Fix unmap internal methods #783

Merged
merged 1 commit into from Feb 21, 2023
Merged

Fix unmap internal methods #783

merged 1 commit into from Feb 21, 2023

Conversation

inancgumus
Copy link
Member

@inancgumus inancgumus commented Feb 16, 2023

We shouldn't expose some of the methods as they are internal to the extension, have no meaning for the users, and Playwright doesn't support them.

Refactoring to the tests should be done with the fix together so as not to break the tests. Some parts could be in another commit, but the commit itself is short enough anyway.

Updates: #784

@inancgumus inancgumus added bug Something isn't working playwright Issue relating to Playwright compatibility mapping k6 browser to Goja mapping related. labels Feb 16, 2023
@inancgumus inancgumus added this to the v0.9.0 milestone Feb 16, 2023
@inancgumus inancgumus self-assigned this Feb 16, 2023
@inancgumus inancgumus mentioned this pull request Feb 16, 2023
69 tasks
Copy link
Collaborator

@ka3de ka3de left a comment

Choose a reason for hiding this comment

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

As these methods are not documented in our API spec I think it makes sense and should be safe.
LGTM.

Copy link
Collaborator

@ankur22 ankur22 left a comment

Choose a reason for hiding this comment

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

LGTM

@inancgumus inancgumus force-pushed the refactor/mapping-toFirstLetterLower branch from eab18d3 to 0ae492d Compare February 21, 2023 12:26
Base automatically changed from refactor/mapping-toFirstLetterLower to main February 21, 2023 12:35
We shouldn't expose some of the methods as they are internal to the
extension, have no meaning for the users, and Playwright doesn't support
them. The refactoring to the test should be needed to be done with these
together to not to break the tests.
@inancgumus inancgumus merged commit c1a3c20 into main Feb 21, 2023
@inancgumus inancgumus deleted the fix/unmap-internal-methods branch February 21, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mapping k6 browser to Goja mapping related. playwright Issue relating to Playwright compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants