diff options
| author | = <=> | 2019-03-08 15:02:03 -0500 |
|---|---|---|
| committer | = <=> | 2019-03-08 15:02:03 -0500 |
| commit | a9f22a4d32cf4d1132c6b4e91d9c31d426c42396 (patch) | |
| tree | 9d827f9d5935cfe2a9c70e862c6c3deab2f00f77 /www/templates/first-use.html | |
| parent | b033a635bab86865604d93f0489f4f4421b03480 (diff) | |
intial ids for appium
Diffstat (limited to 'www/templates/first-use.html')
| -rw-r--r-- | www/templates/first-use.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/first-use.html b/www/templates/first-use.html index 5f98bb6b..751fc786 100644 --- a/www/templates/first-use.html +++ b/www/templates/first-use.html @@ -20,10 +20,10 @@ </span> <br /> <div id="firstuse"> - <button class="button icon icon-left ion-wand button-stable animated bounceInUp" ng-click="goToWizard()"> + <button id = "testaut_wizard_button" class="button icon icon-left ion-wand button-stable animated bounceInUp" ng-click="goToWizard()"> {{'kWizard' | translate}} </button> - <button class="button icon icon-left ion-university button-stable animated bounceInUp" ng-click="goToLogin()"> + <button class="button icon icon-left ion-university button-stable animated bounceInUp" ng-click="goToLogin()"> {{'kExpert' | translate }} </button> <br /> |
