We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get
find
1 parent d7e3c2f commit ccf8756Copy full SHA for ccf8756
docs/api/index.md
@@ -1278,9 +1278,9 @@ get(selector: string): Omit<DOMWrapper<Element>, 'exists'>
1278
1279
**Details:**
1280
1281
-It is similar to `find`, but `get` throws instead of returning a ErrorWrapper.
+It is similar to `find`, but `get` throws an error if an element is not found while [`find`](#find) will return an ErrorWrapper.
1282
1283
-As a rule of thumb, always use get except when you are asserting something doesn't exist. In that case use [`find`](#find).
+As a rule of thumb, always use `get` except when you are asserting something doesn't exist. In that case use [`find`](#find).
1284
1285
`Component.vue`:
1286
0 commit comments