Skip to content

Commit 31dfc0f

Browse files
author
Nils Langner
committed
Update readme.md
1 parent 22ead78 commit 31dfc0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ VisualCeption is really easy to use. There are only two method that will be adde
5959
```php
6060
$I->seeVisualChanges( "uniqueIdentifier1", "elementId1" );
6161
$I->dontSeeVisualChanges( "uniqueIdentifier2", "elementId2" );
62+
6263
$I->dontSeeVisualChanges( "uniqueIdentifier3", "elementId3" [, array("excludeElement1", "excludeElement2")] );
6364
```
6465

0 commit comments

Comments
 (0)