From bff6969d508b136e9f9930a84c6648067b773184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 29 Nov 2021 10:01:55 +0100 Subject: [PATCH] MOBILE-3806 mainmenu: Fix more menu button search --- tests/behat/app_behat_runtime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/app_behat_runtime.js b/tests/behat/app_behat_runtime.js index 265704e6a..54daed900 100644 --- a/tests/behat/app_behat_runtime.js +++ b/tests/behat/app_behat_runtime.js @@ -449,7 +449,7 @@ case 'more menu': foundButton = findElementsBasedOnText({ text: 'More', - near: { text: 'Notifications' }, + near: { text: 'Messages' }, })[0]; break; case 'user menu' :