From c73a00f6c9ee465d17099d3570aa1b51296d3c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 25 May 2020 14:53:18 +0200 Subject: [PATCH] MDL-68789 behat: Change app page menu text selector --- app_behat_runtime.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app_behat_runtime.js b/app_behat_runtime.js index 011215751..56fdbc3b3 100644 --- a/app_behat_runtime.js +++ b/app_behat_runtime.js @@ -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';