MDL-68789 behat: Change app page menu text selector
parent
25bb9dd906
commit
c73a00f6c9
|
@ -410,7 +410,8 @@
|
||||||
case 'page menu' :
|
case 'page menu' :
|
||||||
// This lang string was changed in app version 3.6.
|
// This lang string was changed in app version 3.6.
|
||||||
selector = 'core-context-menu > button[aria-label=Info], ' +
|
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;
|
break;
|
||||||
default:
|
default:
|
||||||
return 'ERROR: Unsupported standard button type';
|
return 'ERROR: Unsupported standard button type';
|
||||||
|
|
Loading…
Reference in New Issue