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 3b7bf3a commit a9d0902Copy full SHA for a9d0902
apps/automated/src/ui/frame/frame-tests-common.ts
@@ -306,6 +306,8 @@ export function test_frame_entry_loaded_order() {
306
TKUnit.assertEqual(rootFrame, loadedFrames[0]);
307
TKUnit.assertEqual(nestedFrame, loadedFrames[1]);
308
309
+ // Remove nested frame before going back as it triggers problems during onResume
310
+ rootPageContent.removeChild(nestedFrame);
311
rootFrame.goBack();
312
313
emptyNavigationQueue(rootFrame);
0 commit comments