(res, locator, prefix, suffix)
| 3275 | } |
| 3276 | |
| 3277 | function assertElementExists(res, locator, prefix, suffix) { |
| 3278 | if (!res || res.length === 0) { |
| 3279 | throw new ElementNotFound(locator, prefix, suffix) |
| 3280 | } |
| 3281 | } |
| 3282 | |
| 3283 | function usingFirstElement(els) { |
| 3284 | const rawIndex = store.currentStep?.opts?.elementIndex |
no outgoing calls
no test coverage detected