mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #3070 from NativeScript/tsenov/uistest
Add automationText=clipPath for clip-path page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<Page>
|
||||
<GridLayout columns="*,*" rows="*,*,*,*">
|
||||
<GridLayout columns="*,*" rows="*,*,*,*" automationText="clipPath">
|
||||
<StackLayout col="0" colSpan="2" row="0" width="100" height="100" style.backgroundColor="magenta">
|
||||
<Button text="no clip-path" width="100" height="100" style="background-image: url('~/ui-tests-app/css/inset-test.png'); background-size: 100% 100%; background-repeat: no-repeat;"/>
|
||||
</StackLayout>
|
||||
|
||||
Reference in New Issue
Block a user