Integrated
GitHub
Search documentation
seeEventIs
Verifies the framework event of the current page.
Arguments
Name
Type
Required
Default
Description
event
string
true
The expected event
Examples
it( "can verify a framework event", function() { this.visit( "/" ) .seeEventIs( "Main.index" ); } );