forked from DefinitelyTyped/DefinitelyTyped
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 Merge PR DefinitelyTyped#68294 Release v0.49.0 changes by @mstoykov
* Remove timeout options for isVisible The timeout options are now no-ops since the k6 browser module doesn't wait for an element to appear on the page before seeing whether it is visible or not. If the element is not on the page it is assumed to not be visible. * Remove timeout options for isHidden The timeout options are now no-ops since the k6 browser module doesn't wait for an element to appear on the page before seeing whether it is hidden or not. If the element is not on the page, it is assumed to be hidden. * Add new clear method to locator class in k6 This adds the new clear method to the locator class which is part of a change in the browser module in k6. * Remove confusing text on locator.clear * Remove strict option from locator API This remove the strict option from the locator type definitions in the k6 browser module. The strict option is ignored when working with the locator API. * k6: experimental gRPC module graduation * Bump k6 version to v0.49.0 --------- Co-authored-by: ankur22 <ankur.agarwal@grafana.com> Co-authored-by: Oleg Bespalov <oleg.bespalov@grafana.com>
- Loading branch information
1 parent
4bd458d
commit 07afa65
Showing
6 changed files
with
121 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.