diff --git a/e2e/ui-tests-app/app/app.css b/e2e/ui-tests-app/app/app.css index 4140a0863..3502aa49e 100644 --- a/e2e/ui-tests-app/app/app.css +++ b/e2e/ui-tests-app/app/app.css @@ -21,3 +21,22 @@ color: yellow; margin-left: 30; } + +.ui-tests-app-issue-ng-1453-yellow { + color: yellow; + background-color: black; +} + +.ui-tests-app-issue-ng-1453-pink { + color: pink; +} + +.ui-tests-app-issue-ng-1453-base { + font-family: Roboto; + font-style: normal; + font-weight: 500; + font-size: 14; + text-align: center; + letter-spacing: 0.2px; + text-transform: uppercase; +} diff --git a/e2e/ui-tests-app/app/fonts-tests/button-page.ts b/e2e/ui-tests-app/app/fonts-tests/button-page.ts index a742087e7..4cbc406c1 100644 --- a/e2e/ui-tests-app/app/fonts-tests/button-page.ts +++ b/e2e/ui-tests-app/app/fonts-tests/button-page.ts @@ -1,4 +1,5 @@ import * as stack from "tns-core-modules/ui/layouts/stack-layout"; +import { Button } from "@nativescript/core/ui/button"; import * as view from "tns-core-modules/ui/core/view"; import { unsetValue } from "tns-core-modules/ui/core/view"; @@ -31,3 +32,10 @@ export function resetStyles(args) { return true; }); } + +export function issue_ng_1453_loaded(args) { + var btn =