From 5958b9dc1b496c61b5ca744c0e4e94a7e4139b22 Mon Sep 17 00:00:00 2001 From: sam marshall Date: Tue, 15 Jan 2019 14:31:25 +0000 Subject: [PATCH] MDL-63977 Behat: Upgrade mobile tests to work with 3.6 app version --- app_behat_runtime.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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';