Commit c5a8c4a
fix: pass context string (not locateFn) to findFields in WebDriver proceedSeeField
proceedSeeField was double-wrapping context through prepareLocateFn before
passing to findFields, which already handles context internally. This caused
"locator.replace is not a function" errors in 37 WebDriver tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a2c7465 commit c5a8c4a
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3076 | 3076 | | |
3077 | 3077 | | |
3078 | 3078 | | |
3079 | | - | |
3080 | | - | |
| 3079 | + | |
3081 | 3080 | | |
3082 | 3081 | | |
3083 | 3082 | | |
| |||
0 commit comments