Skip to content

Commit 0bc711c

Browse files
authored
Merge pull request #183 from learnweb/fix/behattests
fix wrong use of behat command
2 parents a385554 + e1f997e commit 0bc711c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/behat/add_moodleoverflow.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Feature: Add moodleoverflow activities and discussions
1919
And I log in as "teacher1"
2020
And I am on "Course 1" course homepage
2121
And I turn editing mode on
22-
And I add a "Moodleoverflow" to section "1" and I fill the form with:
22+
And I add a "moodleoverflow" activity to course "C1" section "1" and I fill the form with:
2323
| Moodleoverflow name | Test moodleoverflow name |
2424
| Description | Test forum description |
2525
And I add a new discussion to "Test moodleoverflow name" moodleoverflow with:

tests/behat/delete_file.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Feature: Delete attachments
1717
And I log in as "teacher1"
1818
And I am on "Course 1" course homepage
1919
And I turn editing mode on
20-
And I add a "Moodleoverflow" to section "1" and I fill the form with:
20+
And I add a "moodleoverflow" activity to course "C1" section "1" and I fill the form with:
2121
| Moodleoverflow name | Test moodleoverflow name |
2222
| Description | Test forum description |
2323
And I add a new discussion to "Test moodleoverflow name" moodleoverflow with:

0 commit comments

Comments
 (0)