diff --git a/docs/api.md b/docs/api.md index ba1d1ba..95b5707 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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. @@ -304,7 +304,6 @@ component.shouldHave({ would match: ```html -
LHR Aug 2055 @@ -502,7 +501,6 @@ A button is considered any of the following types - `input[type=submit]`, `input - `` - `` - `` - - `` - `` ### linkOrButton