Skip to content

Commit 1c4936e

Browse files
committed
formatting
1 parent ff657da commit 1c4936e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dusk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,12 +553,12 @@ Sometimes you may wish to pause the execution of a test until a given JavaScript
553553

554554
#### Waiting On Vue Expressions
555555

556-
These work the same as the `waitUntil` methods above but will wait until a given Vue component's attribute has the given value at the given key or not:
556+
The following methods may be used to wait until a given Vue component attribute has a given value:
557557

558-
// Wait until the component's key contains the given value.
558+
// Wait until the component attribute contains the given value...
559559
$browser->waitUntilVueIs('user.name', 'Taylor', '@user');
560560

561-
// Wait until the component's key doesn't contain the given value.
561+
// Wait until the component attribute doesn't contain the given value...
562562
$browser->waitUntilVueIsNot('user.name', null, '@user');
563563

564564
#### Waiting With A Callback

0 commit comments

Comments
 (0)