Files
NativeScript/e2e/ui-tests-app/app/action-bar/background-css-page.xml
Svetoslav e35bda2c19 tests: include tests action bar (#7596)
* tests: update action bar tests

* revert: widgets version in modules

* fix tslint
2019-07-28 20:48:19 +03:00

6 lines
180 B
XML

<Page>
<ActionBar title="This is RED" class="action" automationText="actionBar"/>
<StackLayout>
<Button text="go to cleared page" tap="navigate"/>
</StackLayout>
</Page>