diff --git a/app_behat_runtime.js b/app_behat_runtime.js index ca396a22e..354786e75 100644 --- a/app_behat_runtime.js +++ b/app_behat_runtime.js @@ -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';