Skip to content

Commit

Permalink
MDL-69166 enrol_fee: fix behat string from fee to enrolment by payment
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona authored and stronk7 committed Oct 27, 2020
1 parent 5c422a0 commit 54d718b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enrol/fee/tests/behat/fee.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Feature: Signing up for a course with a fee enrolment method
| Account1 | paypal |
And I log in as "admin"
And I navigate to "Plugins > Enrolments > Manage enrol plugins" in site administration
And I click on "Enable" "link" in the "Fee" "table_row"
And I click on "Enable" "link" in the "Enrolment on payment" "table_row"
And I log out

@javascript
Scenario: Student can see the payment prompt on the course enrolment page
When I log in as "manager1"
And I am on "Course 1" course homepage
And I navigate to "Users > Enrolment methods" in current page administration
And I select "Fee" from the "Add method" singleselect
And I select "Enrolment on payment" from the "Add method" singleselect
And I set the following fields to these values:
| Payment account | Account1 |
| Enrolment fee | 123.45 |
Expand Down

0 comments on commit 54d718b

Please sign in to comment.