Skip to content

Commit 34ae892

Browse files
author
Gabriel Schulhof
committed
Revert "[sequence tests] Skipping test pending the fix for jquery-archive#5118"
This reverts commit 7ba98d1.
1 parent 0f1c204 commit 34ae892

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/unit/navigation/sequence-tests/sequence_tests.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,7 @@
358358
], "openingAnotherPageAfterPopup" );
359359
});
360360

361-
asyncTest( "SKIP"/* "Sequence page1 -> dialog1 -> popup1 -> page2 <- back" */, function() {
362-
// Unskip this test when #5118 is fixed
363-
expect( 1 ); ok( 1 === 1, "SKIP" ); start(); return;
364-
361+
asyncTest( "Sequence page1 -> dialog1 -> popup1 -> page2 <- back", function() {
365362
var eventNs = ".page1Dialog1Popup1Page2Back";
366363

367364
expect( 6 );

0 commit comments

Comments
 (0)