fix(robot): add ${None} selector to Evaluate JavaScript calls
Browser Evaluate JavaScript keyword requires a selector element or ${None}.
Without explicit selector, single arg becomes CSS selector instead of JS code.
Fix: Evaluate JavaScript ${None} <js code>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
## Task 10: Fix `Robot.Ui.Settings Modal.Edit NFO Settings`
|
||||
|
||||
**Test File:** `tests/robot/ui/settings_modal.robot`
|
||||
|
||||
**Error:**
|
||||
```
|
||||
No keyword with name 'Execute JavaScript' found.
|
||||
```
|
||||
|
||||
**Same fix as Task 9.** Replace `Execute JavaScript` with `Evaluate JavaScript`.
|
||||
|
||||
---
|
||||
|
||||
## Task 11: Fix `Robot.Ui.Settings Modal.Create Config Backup`
|
||||
|
||||
**Test File:** `tests/robot/ui/settings_modal.robot`
|
||||
|
||||
**Error:**
|
||||
```
|
||||
No keyword with name 'Execute JavaScript' found.
|
||||
```
|
||||
|
||||
**Same fix as Task 9.** Replace `Execute JavaScript` with `Evaluate JavaScript`.
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user