Skip to content

Commit 7c13db6

Browse files
authored
Merge pull request NativeScript#2492 from NativeScript/fix-ui-tests-app
Fix two ui tests
2 parents 66ff58e + 16b5214 commit 7c13db6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/app/ui-tests-app/css/tab-view-more.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Page cssFile="~/gallery-app/app.css">
1+
<Page cssFile="~/ui-tests-app/css/test.css">
22
<TabView>
33
<TabView.items>
44

apps/app/ui-tests-app/modal-view/modal-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function pageLoaded(args: observable.EventData) {
1212

1313
export function onTap(args: observable.EventData) {
1414
var fullscreen = (<any>args.object).text.indexOf("(full-screen)") !== -1;
15-
page.showModal("modal-view/login-page", "context", function (username: string, password: string) {
15+
page.showModal("ui-tests-app/modal-view/login-page", "context", function (username: string, password: string) {
1616
console.log(username + "/" + password);
1717
label.text = username + "/" + password;
1818
}, fullscreen);

0 commit comments

Comments
 (0)