mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
[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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user