MDL-68789 behat: Change app page menu text selector

main
Pau Ferrer Ocaña 2020-05-25 14:53:18 +02:00
parent 25bb9dd906
commit c73a00f6c9
1 changed files with 2 additions and 1 deletions

View File

@ -410,7 +410,8 @@
case 'page menu' :
// 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]';
'core-context-menu > button[aria-label=Information], ' +
'core-context-menu > button[aria-label="Display options"]';
break;
default:
return 'ERROR: Unsupported standard button type';