mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-63977 Behat: Upgrade mobile tests to work with 3.6 app version
This commit is contained in:
parent
1959e16412
commit
e0564a3264
3 changed files with 36 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue