Skip to content

Commit 0ae3909

Browse files
committed
chore: fix tests for ios
1 parent e17e469 commit 0ae3909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/automated/src/ui/page/page-tests-common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function _test_PageNavigation_EventSequence(withTransition: boolean) {
181181
helper.navigateWithEntry(navigationEntry);
182182
helper.goBack();
183183

184-
const expectedEventSequence = ['navigatingTo', 'loaded', 'navigatedTo', 'navigatingFrom', 'navigatedFrom', 'unloaded'];
184+
const expectedEventSequence = ['navigatingTo', 'loaded', 'navigatedTo', 'navigatingFrom', 'unloaded', 'navigatedFrom'];
185185
TKUnit.arrayAssert(eventSequence, expectedEventSequence, 'Actual event sequence is not equal to expected. Actual: ' + eventSequence + '; Expected: ' + expectedEventSequence);
186186
}
187187

0 commit comments

Comments
 (0)