Skip to content

Commit

Permalink
Merge branch 'MDL-66335_37' of https://github.com/stronk7/moodle into…
Browse files Browse the repository at this point in the history
… MOODLE_37_STABLE
  • Loading branch information
andrewnicols committed Oct 14, 2019
2 parents 19bd02e + 4705bff commit 2669dd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tests/behat/behat_navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ protected function parse_page_name(string $page): array {
* @throws Exception if the specified page cannot be determined.
*/
public function i_am_on_page_instance(string $identifier, string $type) {
list($component, $type) = $this->parse_page_name($type);
$this->getSession()->visit($this->locate_path(
$this->resolve_page_instance_helper($identifier, $type)->out_as_local_url()));
}
Expand Down

0 comments on commit 2669dd7

Please sign in to comment.