Skip to content

Commit

Permalink
defaultscale typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchi committed Jul 30, 2024
1 parent 390c7fa commit c56534a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/sitsassign_data_is_displayed.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit c56534a

Please sign in to comment.