From e0170317f3b4d1502ebd794ccdede10cf2c35d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 25 May 2020 11:37:31 +0200 Subject: [PATCH] MOBILE-3434 database: Update database behat --- mod/data/tests/behat/app_data_entries.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mod/data/tests/behat/app_data_entries.feature b/mod/data/tests/behat/app_data_entries.feature index 793f1fb38..b7765f2c6 100644 --- a/mod/data/tests/behat/app_data_entries.feature +++ b/mod/data/tests/behat/app_data_entries.feature @@ -118,7 +118,7 @@ Feature: Users can manage entries in database activities And I should see "Moodle Cloud" And I press "Delete" in the app And I should see "Are you sure you want to delete this entry?" - And I press "OK" in the app + And I press "Delete" in the app And I should not see "Moodle Cloud" And I press "Add entries" in the app And I set the field "URL" to "https://moodle.org/" in the app @@ -139,7 +139,7 @@ Feature: Users can manage entries in database activities And I should see "Moodle Cloud" And I press "Delete" in the app And I should see "Are you sure you want to delete this entry?" - And I press "OK" in the app + And I press "Delete" in the app And I should not see "Moodle Cloud" And I should see "No entries in database" @@ -176,7 +176,7 @@ Feature: Users can manage entries in database activities And I should see "Moodle Cloud" And I press "Delete" near "Moodle Cloud" in the app And I should see "Are you sure you want to delete this entry?" - And I press "OK" in the app + And I press "Delete" in the app And I should not see "Moodle Cloud" And I press "More" in the app And I should see "https://telegram.org/" @@ -195,5 +195,5 @@ Feature: Users can manage entries in database activities And I should see "Moodle Cloud" And I press "Delete" in the app And I should see "Are you sure you want to delete this entry?" - And I press "OK" in the app + And I press "Delete" in the app And I should not see "Moodle Cloud"