Skip to content

Commit

Permalink
Merge branch 'MDL-64676-master-fix' of https://github.com/snake/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Apr 26, 2019
2 parents e59294e + ca264ee commit 1cf2436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message/tests/behat/behat_message.php
Expand Up @@ -90,8 +90,8 @@ public function i_view_contact_in_messages($userfullname) {
);
$this->execute('behat_general::i_click_on_in_the',
array(
$this->escape($userfullname),
"link",
"//img[@title='Picture of ". $this->escape($userfullname) . "']",
"xpath_element",
"//*[@data-region='message-drawer']//*[@data-region='view-contact']",
"xpath_element",
)
Expand Down

0 comments on commit 1cf2436

Please sign in to comment.