diff --git a/src/addons/mod/lesson/tests/behat/numerical_decimal_separator-311.feature b/src/addons/mod/lesson/tests/behat/numerical_decimal_separator-311.feature index f7f550f7b..5f9977ab5 100755 --- a/src/addons/mod/lesson/tests/behat/numerical_decimal_separator-311.feature +++ b/src/addons/mod/lesson/tests/behat/numerical_decimal_separator-311.feature @@ -15,8 +15,8 @@ Feature: Test decimal separators in lesson | student1 | C1 | student | And the following "activities" exist: | activity | name | intro | course | idnumber | modattempts | review | maxattempts | retake | allowofflineattempts | - | lesson | Basic lesson | Basic lesson descr | C1 | lesson | 1 | 1 | 0 | 1 | 0 | - | lesson | Offline lesson | Offline lesson descr | C1 | lesson | 1 | 1 | 0 | 1 | 1 | + | lesson | Basic lesson | Basic lesson descr | C1 | lesson | 1 | 1 | 9 | 1 | 0 | + | lesson | Offline lesson | Offline lesson descr | C1 | lesson | 1 | 1 | 9 | 1 | 1 | # Currently there are no generators for pages. See MDL-77581. And I log in as "teacher1" And I am on "Course 1" course homepage diff --git a/src/addons/mod/lesson/tests/behat/numerical_decimal_separator.feature b/src/addons/mod/lesson/tests/behat/numerical_decimal_separator.feature index 2991ffe3b..f37882d91 100755 --- a/src/addons/mod/lesson/tests/behat/numerical_decimal_separator.feature +++ b/src/addons/mod/lesson/tests/behat/numerical_decimal_separator.feature @@ -15,8 +15,8 @@ Feature: Test decimal separators in lesson | student1 | C1 | student | And the following "activities" exist: | activity | name | intro | course | idnumber | modattempts | review | maxattempts | retake | allowofflineattempts | - | lesson | Basic lesson | Basic lesson descr | C1 | lesson | 1 | 1 | 0 | 1 | 0 | - | lesson | Offline lesson | Offline lesson descr | C1 | lesson | 1 | 1 | 0 | 1 | 1 | + | lesson | Basic lesson | Basic lesson descr | C1 | lesson | 1 | 1 | 9 | 1 | 0 | + | lesson | Offline lesson | Offline lesson descr | C1 | lesson | 1 | 1 | 9 | 1 | 1 | # Currently there are no generators for pages. See MDL-77581. And I log in as "teacher1" And I am on "Course 1" course homepage