Commit eb2f95b
committed
AG-29014 Fix 'trusted-click-element' — element was removed and added again before it was clicked. #391
Squashed commit of the following:
commit bc53c30
Merge: 6c2150f 39e9fbf
Author: Adam Wróblewski <[email protected]>
Date: Thu Nov 28 12:27:35 2024 +0100
Merge branch 'master' into fix/AG-29014
commit 6c2150f
Author: Adam Wróblewski <[email protected]>
Date: Tue Nov 26 12:20:03 2024 +0100
Do not use destructuring assignment
Change selectorText value to null
commit c273a04
Author: Adam Wróblewski <[email protected]>
Date: Mon Nov 25 14:52:00 2024 +0100
Update JSDoc for interface
commit 0cb9c15
Author: Adam Wróblewski <[email protected]>
Date: Mon Nov 25 14:15:21 2024 +0100
Add JSDoc for interface
Remove properties from findAndClickElement JSDoc
commit 1432c5a
Author: Adam Wróblewski <[email protected]>
Date: Mon Nov 25 10:26:48 2024 +0100
Update changelog
and comment
commit 7c65269
Author: Adam Wróblewski <[email protected]>
Date: Fri Nov 22 18:59:46 2024 +0100
Fix trusted-click-element
Check if element is connected to Document1 parent 39e9fbf commit eb2f95b
File tree
3 files changed
+98
-6
lines changed- src/scriptlets
- tests/scriptlets
3 files changed
+98
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 | | |
14 | 24 | | |
15 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
130 | 151 | | |
131 | 152 | | |
132 | 153 | | |
| |||
313 | 334 | | |
314 | 335 | | |
315 | 336 | | |
316 | | - | |
| 337 | + | |
317 | 338 | | |
318 | 339 | | |
319 | 340 | | |
| 341 | + | |
320 | 342 | | |
321 | 343 | | |
322 | 344 | | |
323 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
324 | 369 | | |
325 | 370 | | |
326 | 371 | | |
| |||
388 | 433 | | |
389 | 434 | | |
390 | 435 | | |
391 | | - | |
392 | | - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
393 | 445 | | |
394 | 446 | | |
395 | 447 | | |
| |||
407 | 459 | | |
408 | 460 | | |
409 | 461 | | |
410 | | - | |
411 | | - | |
| 462 | + | |
| 463 | + | |
412 | 464 | | |
413 | 465 | | |
414 | 466 | | |
| |||
433 | 485 | | |
434 | 486 | | |
435 | 487 | | |
436 | | - | |
| 488 | + | |
437 | 489 | | |
438 | 490 | | |
439 | 491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
77 | 107 | | |
78 | 108 | | |
79 | 109 | | |
| |||
0 commit comments