Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 90d6411

Browse files
committed
Toolbar: Fix typo in tests
1 parent 4875301 commit 90d6411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/fixed-toolbar/fixedToolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ QUnit.test( "page-retains-fixed-header-on-popup-remove", function( assert ) {
269269

270270
function() {
271271

272-
$( ".ui-pagecontainer" ).change( "#default" );
272+
$( ".ui-pagecontainer" ).pagecontainer( "change", "#default" );
273273

274274
}
275275
] );

0 commit comments

Comments
 (0)