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 2845ce6 commit 9905f02Copy full SHA for 9905f02
tests/specs/integration/MainTests.cfc
@@ -49,8 +49,7 @@ component
49
50
it( "can handle invalid events", function(){
51
var event = execute( event = "invalid:bogus.index", renderResults = true );
52
- expect( event.getValue( "cbox_rendered_content" ) ).toBe( "<h1>Invalid Page</h1>
53
-" );
+ expect( event.getValue( "cbox_rendered_content" ) ).toInclude( "Invalid Page" );
54
} );
55
56
it( "can handle invalid onInvalidEvent handlers", function(){
0 commit comments