From c56534a7c5c9f60c7d6e6446f0ab3a6e7a5699dd Mon Sep 17 00:00:00 2001 From: Mark Sharp Date: Tue, 30 Jul 2024 12:19:01 +0100 Subject: [PATCH] defaultscale typo --- tests/behat/sitsassign_data_is_displayed.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behat/sitsassign_data_is_displayed.feature b/tests/behat/sitsassign_data_is_displayed.feature index 95554a1..ecdd065 100644 --- a/tests/behat/sitsassign_data_is_displayed.feature +++ b/tests/behat/sitsassign_data_is_displayed.feature @@ -107,7 +107,7 @@ Feature: Display SITS assignment data in the settings page, if available And I should see "5 May 2023, 4:00:00 PM" in the "#fitem_id_sits_duedate" "css_element" And the following config values are set as admin: | config | value | plugin | - | defaultScale | points | local_solsits | + | defaultscale | points | local_solsits | And the following SITS assignment exists: | sitsref | SITS1_1 | | course | C1 | @@ -139,7 +139,7 @@ Feature: Display SITS assignment data in the settings page, if available Scenario: View SITS data using Points Given the following config values are set as admin: | config | value | plugin | - | defaultScale | points | local_solsits | + | defaultscale | points | local_solsits | And the following SITS assignment exists: | sitsref | SITS1 | | course | C1 |