MDL-63977 Behat: Upgrade mobile tests to work with 3.6 app version

main
sam marshall 2019-01-15 14:31:25 +00:00
parent 2735b7ff8d
commit 5958b9dc1b
1 changed files with 3 additions and 1 deletions

View File

@ -399,7 +399,9 @@
selector = 'page-core-mainmenu .tab-button > ion-icon[aria-label=more]'; selector = 'page-core-mainmenu .tab-button > ion-icon[aria-label=more]';
break; break;
case 'page menu' : case 'page menu' :
selector = 'core-context-menu > button[aria-label=Info]'; // This lang string was changed in app version 3.6.
selector = 'core-context-menu > button[aria-label=Info], ' +
'core-context-menu > button[aria-label=Information]';
break; break;
default: default:
return 'ERROR: Unsupported standard button type'; return 'ERROR: Unsupported standard button type';