From d0434cb119c4a464a5f7103d6cc5cddee8b57bdd Mon Sep 17 00:00:00 2001 From: sam marshall Date: Thu, 27 Mar 2014 16:42:29 +0000 Subject: [PATCH] MDL-44837 Behat: 'dialogue' selector only works for confirm dialogues The dialogue selector in Behat (used only in one place) didn't work for other types of standard Moodle notification dialogue. --- lib/behat/classes/behat_selectors.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/behat/classes/behat_selectors.php b/lib/behat/classes/behat_selectors.php index d9d9246f60a..cedf70eac30 100644 --- a/lib/behat/classes/behat_selectors.php +++ b/lib/behat/classes/behat_selectors.php @@ -83,7 +83,12 @@ class behat_selectors { */ protected static $moodleselectors = array( 'dialogue' => << <<