Skip to content

Commit

Permalink
issue #37: update behat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriim committed Nov 22, 2024
1 parent 7533796 commit e12d468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/basic_test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Feature: Test basic feature of Integrity plugin
# Add a forum to a course without the condition, and verify that they use it as normal.
Given I log in as "teacher"
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 | Forum no agree required |
| Forum type | Standard forum for general use |
| Description | This forum does not require students to agree to anything |
Expand All @@ -38,7 +38,7 @@ Feature: Test basic feature of Integrity plugin
When I log out
And I log in as "teacher"
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 | Forum agree is required |
| Forum type | Standard forum for general use |
| Description | This forum requires students to agree not to cheat |
Expand Down

0 comments on commit e12d468

Please sign in to comment.