Wenguang Tian

Results 4 issues of Wenguang Tian

### Description of the bug/issue When I'm using nightwatch programmatic API to launch the browser to do the test, the failure in custom command won't fail the test ### Steps...

bug
programatic-api

### Description In testing library, `getByRole` / `findByRole` has a very useful command: `findByRole(expectedRole, { name: 'The name' })`. For example: `findByRole('button', { name: 'Submit' })`, this can find all...

enhancement

### Description of the bug/issue When I use `element.findAll(selector).nth()` to find an element, I expect to put this element into the old command like `setValue(ele, text)`, but throw error. It...

### Description of the bug/issue I'm using custom command inside page specified command, I pass `"@searchBar"` page element to custom command argument `selector` and in the custom command, I use...