File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -553,12 +553,12 @@ Sometimes you may wish to pause the execution of a test until a given JavaScript
553
553
554
554
#### Waiting On Vue Expressions
555
555
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:
557
557
558
- // Wait until the component's key contains the given value.
558
+ // Wait until the component attribute contains the given value.. .
559
559
$browser->waitUntilVueIs('user.name', 'Taylor', '@user');
560
560
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.. .
562
562
$browser->waitUntilVueIsNot('user.name', null, '@user');
563
563
564
564
#### Waiting With A Callback
You can’t perform that action at this time.
0 commit comments