| 3133 | } |
| 3134 | |
| 3135 | const filterBySelected = async elements => filterAsync(elements, async el => this.browser.isElementSelected(getElementId(el))) |
| 3136 | |
| 3137 | const filterSelectedByValue = async (elements, value) => { |
| 3138 | return filterAsync(elements, async el => { |
no test coverage detected