Skip to content

Commit 20697ec

Browse files
committed
document vue assertions
1 parent cef84bc commit 20697ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dusk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,8 @@ Assertion | Description
493493
`$browser->assertVisible($selector)` | Assert the element matching the given selector is visible.
494494
`$browser->assertMissing($selector)` | Assert the element matching the given selector is not visible.
495495
`$browser->assertDialogOpened($message)` | Assert that a JavaScript dialog with given message has been opened.
496+
`$browser->assertVue($property, $value, $component)` | Assert that a given Vue component data property matches the given value.
497+
`$browser->assertVueIsNot($property, $value, $component)` | Assert that a given Vue component data property does not match the given value.
496498

497499
<a name="pages"></a>
498500
## Pages

0 commit comments

Comments
 (0)