mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
tests: aded automationText attribute
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<ActionBar title="BottomNavigation item-color" icon="" class="action-bar">
|
||||
</ActionBar>
|
||||
|
||||
<BottomNavigation>
|
||||
<BottomNavigation automationText="tabNavigation">
|
||||
<TabStrip selectedItemColor="red" unSelectedItemColor="green">
|
||||
<TabStripItem>
|
||||
<Label text="First"/>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Page class="page">
|
||||
<StackLayout>
|
||||
<Tabs highlightColor="red" offscreenTabLimit="1">
|
||||
<Tabs highlightColor="red" offscreenTabLimit="1" automationText="tabNavigation">
|
||||
<TabStrip highlightColor="green" itemTap="onItemTap">
|
||||
<TabStripItem title="1"></TabStripItem>
|
||||
<TabStripItem title="2"></TabStripItem>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<ActionBar title="Tabs item-color" icon="" class="action-bar">
|
||||
</ActionBar>
|
||||
|
||||
<Tabs>
|
||||
<Tabs automationText="tabNavigation">
|
||||
<TabStrip selectedItemColor="red" unSelectedItemColor="green">
|
||||
<TabStripItem>
|
||||
<Label text="First"/>
|
||||
|
||||
Reference in New Issue
Block a user