Skip to content

Commit

Permalink
Upgrade: Replace deprecated Behat steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Aug 22, 2024
1 parent f3e71da commit 9b178ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2024-08-22 - Upgrade: Replace deprecated Behat steps.
* 2024-08-20 - Prepare compatibility for Moodle 4.4.

### v4.3-r2
Expand Down
4 changes: 2 additions & 2 deletions tests/behat/local_session_keepalive.feature
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Feature: Using session keepalive
| keepaliveinterval | 1 | local_session_keepalive |
When I log in as "teacher1"
And I am on "Course 1" course homepage with editing mode on
And I add a "Forum" to section "1" and I fill the form with:
And I add a forum activity to course "Course 1" section "1" and I fill the form with:
| Forum name | A forum |
And I am on the "A forum" "forum activity" page
And I click on "Add discussion topic" "link"
Expand All @@ -56,7 +56,7 @@ Feature: Using session keepalive
| keepaliveinterval | 1 | local_session_keepalive |
When I log in as "teacher1"
And I am on "Course 1" course homepage with editing mode on
And I add a "Forum" to section "1" and I fill the form with:
And I add a forum activity to course "Course 1" section "1" and I fill the form with:
| Forum name | A forum |
And I am on the "A forum" "forum activity" page
And I click on "Add discussion topic" "link"
Expand Down

0 comments on commit 9b178ee

Please sign in to comment.