[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 Svetoslav
parent 984a7874bd
commit 463b1fa5f9
14 changed files with 226 additions and 124 deletions

View File

@@ -1,25 +1,20 @@
Button {
font-size: 8;
padding-left: 5;
padding-right: 5;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
height: 50px;
padding: 0;
margin: 0;
height: 30px;
color: blue;
}
TextView {
font-size: 10;
font-size: 8;
margin: 0;
padding: 0;
color: green;
}
Label {
font-size: 10;
font-size: 8;
margin: 0;
padding: 0;
}
@@ -30,6 +25,6 @@ GridLayout {
}
ActionBar {
height: 30;
height: 20;
margin: 0;
}