8000 View and css proeprties tests · jensWorkGit/NativeScript@6c735af · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c735af

Browse files
author
vakrilov
committed
View and css proeprties tests
1 parent aae8f1c commit 6c735af

File tree

3 files changed

+238
-82
lines changed

3 files changed

+238
-82
lines changed

tests/app/ui/helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ export function do_PageTest_WithStackLayout_AndButton(test: (views: [page.Page,
6262
export function buildUIAndRunTest<T extends view.View>(controlToTest: T, testFunction: (views: [T, page.Page]) => void, pageCss?) {
6363
clearPage();
6464
let newPage = getCurrentPage();
65-
newPage.content = controlToTest;
6665

6766
newPage.css = pageCss;
67+
newPage.content = controlToTest;
6868

6969
testFunction([controlToTest, newPage]);
7070
newPage.content = null;

0 commit comments

Comments
 (0)
0