mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-40759-master-fix2' of http://github.com/damyon/moodle
This commit is contained in:
commit
81f6163928
@ -100,7 +100,7 @@ class behat_block_comments extends behat_base {
|
||||
|
||||
// Click on delete icon.
|
||||
$this->execute('behat_general::i_click_on_in_the',
|
||||
array(get_string('deletecomment'), "icon", $this->escape($commentxpath), "xpath_element")
|
||||
array("Delete comment posted by", "icon", $this->escape($commentxpath), "xpath_element")
|
||||
);
|
||||
|
||||
// Wait for the animation to finish, in theory is just 1 sec, adding 4 just in case.
|
||||
|
Loading…
x
Reference in New Issue
Block a user