Skip to content

Commit

Permalink
Bump Version for 2747 (#2748)
Browse files Browse the repository at this point in the history
* Update click.js for relative selectors

If a Relative Selector is passed in as the third argument inside of click(), it doesn't actually make it down to waitAndGetActionableElement.

 We found that `await click(element, options, within(withinElement))`  doesn't search in the "within" element

Signed-off-by: DCoomer <[email protected]>

* Updated Unit Test for #2747

Signed-off-by: DCoomer <[email protected]>

* Updated Unit Test Formatting for #2747

Signed-off-by: DCoomer <[email protected]>

* Updated Unit Test Formatting for #2747

Signed-off-by: DCoomer <[email protected]>

* Updated Unit Test HTML  and formatting for #2747

Signed-off-by: DCoomer <[email protected]>

* Bump Version for 2747
Signed-off-by: DCoomer <[email protected]>

* Bump Version for 2747
Signed-off-by: DCoomer <[email protected]>

---------

Signed-off-by: DCoomer <[email protected]>
Signed-off-by: DCoomer <[email protected]>
  • Loading branch information
DCoomer authored Jan 3, 2025
1 parent da6cb92 commit bf4ac27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package",
"name": "taiko",
"version": "1.4.2",
"version": "1.4.3",
"description": "Taiko is a Node.js library for automating Chromium based browsers",
"main": "bin/taiko.js",
"bin": {
Expand Down

0 comments on commit bf4ac27

Please sign in to comment.