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 22ead78 commit 31dfc0fCopy full SHA for 31dfc0f
readme.md
@@ -59,6 +59,7 @@ VisualCeption is really easy to use. There are only two method that will be adde
59
```php
60
$I->seeVisualChanges( "uniqueIdentifier1", "elementId1" );
61
$I->dontSeeVisualChanges( "uniqueIdentifier2", "elementId2" );
62
+
63
$I->dontSeeVisualChanges( "uniqueIdentifier3", "elementId3" [, array("excludeElement1", "excludeElement2")] );
64
```
65
0 commit comments