mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Issue #46 - Merged new, edit and clone into a single page. Moodle code checker was complaining about duplicated code and it was right!
This commit is contained in:
committed by
Daniel Thee Roperto
parent
8791727ba4
commit
6a78557487
@@ -67,7 +67,7 @@ class behat_auth_outage extends behat_base {
|
||||
* @Given /^I visit the Create Outage Page$/
|
||||
*/
|
||||
public function i_visit_the_create_outage_page() {
|
||||
$this->getSession()->visit($this->locate_path('/auth/outage/new.php'));
|
||||
$this->getSession()->visit($this->locate_path('/auth/outage/edit.php'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user