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.
1 parent cef84bc commit 20697ecCopy full SHA for 20697ec
dusk.md
@@ -493,6 +493,8 @@ Assertion | Description
493
`$browser->assertVisible($selector)` | Assert the element matching the given selector is visible.
494
`$browser->assertMissing($selector)` | Assert the element matching the given selector is not visible.
495
`$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.
498
499
<a name="pages"></a>
500
## Pages
0 commit comments