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 617fa92 commit 03a0ac7Copy full SHA for 03a0ac7
tests/app/ui/page/page-tests.android.ts
@@ -32,8 +32,10 @@ export function test_NavigateToNewPage_WithAndroidCache() {
32
const androidFrame = topmost().android;
33
const cachingBefore = androidFrame.cachePagesOnNavigate;
34
try {
35
+ const currentPage = topmost().currentPage;
36
androidFrame.cachePagesOnNavigate = true;
37
helper.navigateWithHistory(pageFactory);
38
+ TKUnit.assertNotNull(currentPage.nativeView);
39
helper.goBack();
40
} finally {
41
androidFrame.cachePagesOnNavigate = cachingBefore;
0 commit comments