Skip to content

Commit 7e7308b

Browse files
authored
Merge pull request #103 from usqfowlerj/combo_405
Fix behat tests (4.5 variant)
2 parents 84332bc + 26c92c3 commit 7e7308b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

tests/behat/auto_fetch_grades.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Feature: Grades are fetched automatically from the referenced course
6767
#
6868
And I am on "MainCourse" course homepage
6969
And I navigate to "View > User report" in the course gradebook
70-
And I click on "Student 1" in the "user" search widget
70+
And I click on "Student 1" in the "Search users" search combo box
7171
And the following should exist in the "user-grade" table:
7272
| Grade item | Grade | Range |
7373
| Unit course 1 | 500 | 01000 |
@@ -85,7 +85,7 @@ Feature: Grades are fetched automatically from the referenced course
8585
And I should not see "Student 2"
8686
And I am on "MainCourse" course homepage
8787
And I navigate to "View > User report" in the course gradebook
88-
And I click on "Student 1" in the "user" search widget
88+
And I click on "Student 1" in the "Search users" search combo box
8989
And the following should exist in the "user-grade" table:
9090
| Grade item | Grade | Range |
9191
| Unit course 1 | 750 | 01000 |
@@ -97,7 +97,7 @@ Feature: Grades are fetched automatically from the referenced course
9797
| student2 | M | student |
9898
And I am on "MainCourse" course homepage
9999
And I navigate to "View > User report" in the course gradebook
100-
And I click on "Student 2" in the "user" search widget
100+
And I click on "Student 2" in the "Search users" search combo box
101101
And the following should exist in the "user-grade" table:
102102
| Grade item | Grade | Range |
103103
| Unit course 1 | 250 | 01000 |

tests/behat/fetch_percentage_grades.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Feature: Grades can be fetched either a real values or as percentages
8585
#
8686
And I navigate to "View > Single view" in the course gradebook
8787
And I click on "Users" "link" in the ".page-toggler" "css_element"
88-
And I click on "Student 3" in the "user" search widget
88+
And I click on "Student 3" in the "Search users" search combo box
8989
And I turn editing mode on
9090
And I set the field "Exclude for Manual item 3" to "1"
9191
And I press "Save"

version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_subcourse';
28-
$plugin->release = 2024072400;
29-
$plugin->version = 2024072400;
28+
$plugin->release = 2025012000;
29+
$plugin->version = 2025012000;
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->requires = 2024041200; // Requires 4.4.
32-
$plugin->supported = [404, 404];
31+
$plugin->requires = 2024100700; // Requires 4.5.
32+
$plugin->supported = [405, 405];

0 commit comments

Comments
 (0)