MDL-63977 Behat: Upgrade mobile tests to work with 3.6 app version
parent
2735b7ff8d
commit
5958b9dc1b
|
@ -399,7 +399,9 @@
|
|||
selector = 'page-core-mainmenu .tab-button > ion-icon[aria-label=more]';
|
||||
break;
|
||||
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;
|
||||
default:
|
||||
return 'ERROR: Unsupported standard button type';
|
||||
|
|
Loading…
Reference in New Issue