[Do Not Merge] chore(e2e): skip specific test suites with known issues on android / ios (#6797)

* Update README.md

* comment flip

* skip specific test suites with known issues

* restore skipped ios tests

* chore: update css for ios

* chore: update android css

* chore: tab-root tests remove suspend for android

* chore: frame-root tested on api23, api27 and ios11

* chore: fix tslint

* chore: frame-tab-root tests api27

* chore: lower font size
This commit is contained in:
Manol Donev
2019-03-04 11:35:07 +02:00
committed by SvetoslavTsenov
parent a31e75b129
commit 116c3a7a80
14 changed files with 204 additions and 116 deletions

View File

@@ -1,7 +1,7 @@
<Page xmlns="http://schemas.nativescript.org/tns.xsd" class="page">
<ActionBar class="action-bar">
<Label class="action-bar-title" text="layout home page" horizontalAlignment="center" />
<ActionBar>
<Label text="layout home page" horizontalAlignment="center" />
</ActionBar>
<GridLayout rows="auto, *">

View File

@@ -1,7 +1,7 @@
<Page xmlns="http://schemas.nativescript.org/tns.xsd" class="page">
<ActionBar class="action-bar">
<Label class="action-bar-title" text="layout home secondary page" horizontalAlignment="center" />
<ActionBar >
<Label text="layout home secondary page" horizontalAlignment="center" />
</ActionBar>
<GridLayout rows="auto, *">