From 15ad7c39f2bd0d321802ed543f5778805d8db39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 25 May 2020 12:12:19 +0200 Subject: [PATCH] MOBILE-3434 choice: Update choice behat --- mod/choice/tests/behat/app_basic_usage.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/choice/tests/behat/app_basic_usage.feature b/mod/choice/tests/behat/app_basic_usage.feature index d6054ad60..114370a4e 100644 --- a/mod/choice/tests/behat/app_basic_usage.feature +++ b/mod/choice/tests/behat/app_basic_usage.feature @@ -58,6 +58,6 @@ Feature: Test basic usage in app And I should see "Option 3: 1" And I press "Remove my choice" in the app And I should see "Are you sure" - And I press "OK" in the app + And I press "Delete" in the app And I should not see "Remove my choice" And I should see "The results are not currently viewable"