Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ As an alternative to `browser.find('.selector').shouldExist()` you can also do:

```js
await browser.shouldFind('.selector')
````
```

### shouldNotExist
Waits for the element not to exist.
Expand Down Expand Up @@ -304,7 +304,6 @@ component.shouldHave({
would match:

```html

<div class="airport">
LHR
<span class="date">Aug 2055</span>
Expand Down Expand Up @@ -502,7 +501,6 @@ A button is considered any of the following types - `input[type=submit]`, `input
- `<button>tamarin</button>`
- `<button id="tamarin">button</button>`
- `<button value="tamarin">button</button>`
- `<button id="tamarin">button</button>`
- `<button><img alt="tamarin"></button>`

### linkOrButton
Expand Down