From 3fcbbf4c12ff8b93d5b7f506762178d7245e2647 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Thu, 12 Apr 2018 14:59:37 +0300 Subject: [PATCH] test: include new test page for issue 5470 (#5666) --- apps/app/ui-tests-app/tab-view/issue-5470.xml | 29 +++++++++++++++++++ apps/app/ui-tests-app/tab-view/main-page.ts | 1 + 2 files changed, 30 insertions(+) create mode 100644 apps/app/ui-tests-app/tab-view/issue-5470.xml diff --git a/apps/app/ui-tests-app/tab-view/issue-5470.xml b/apps/app/ui-tests-app/tab-view/issue-5470.xml new file mode 100644 index 000000000..52abb3996 --- /dev/null +++ b/apps/app/ui-tests-app/tab-view/issue-5470.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/app/ui-tests-app/tab-view/main-page.ts b/apps/app/ui-tests-app/tab-view/main-page.ts index 9089815f7..8f3436921 100644 --- a/apps/app/ui-tests-app/tab-view/main-page.ts +++ b/apps/app/ui-tests-app/tab-view/main-page.ts @@ -22,5 +22,6 @@ export function loadExamples() { examples.set("tab-view-icon-change", "tab-view/tab-view-icon-change"); examples.set("text-transform", "tab-view/text-transform"); examples.set("tab-view-bottom-position","tab-view/tab-view-bottom-position"); + examples.set("issue-5470","tab-view/issue-5470"); return examples; }