File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1227,6 +1227,7 @@ Dusk provides a variety of assertions that you may make against your application
1227
1227
[ assertValue] ( #assert-value )
1228
1228
[ assertValueIsNot] ( #assert-value-is-not )
1229
1229
[ assertAttribute] ( #assert-attribute )
1230
+ [ assertAttributeMissing] ( #assert-attribute-missing )
1230
1231
[ assertAttributeContains] ( #assert-attribute-contains )
1231
1232
[ assertAttributeDoesntContain] ( #assert-attribute-doesnt-contain )
1232
1233
[ assertAriaAttribute] ( #assert-aria-attribute )
@@ -1630,6 +1631,14 @@ Assert that the element matching the given selector has the given value in the p
1630
1631
1631
1632
$browser->assertAttribute($selector, $attribute, $value);
1632
1633
1634
+ <a name =" assert-attribute-missing " ></a >
1635
+ #### assertAttributeMissing
1636
+
1637
+ Assert that the element matching the given selector is missing the provided attribute:
1638
+
1639
+ $browser->assertAttributeMissing($selector, $attribute);
1640
+
1641
+
1633
1642
<a name =" assert-attribute-contains " ></a >
1634
1643
#### assertAttributeContains
1635
1644
You can’t perform that action at this time.
0 commit comments