Skip to content

Commit

Permalink
Update server/moodle/blocks/homework/tests/behat/block_homework_feed.…
Browse files Browse the repository at this point in the history
…feature

Co-authored-by: AllanVester <vesterallan246@gmail.com>
  • Loading branch information
mikk771h and AllanVester authored Dec 6, 2024
1 parent a855065 commit 9257ae2
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,9 @@ Feature: Enable the homework_feed block on the dashboard and view its contents
And I set the field "name" to "testinghomework2"
And I click on "Due Date" "link"
And I click on "duedateselector[enabled]" "checkbox"
And I click on "duedateselector[day]" "select"
And I click on "15" "option"
And I click on "duedateselector[month]" "select"
And I click on "October" "option"
And I click on "duedateselector[year]" "select"
And I click on "2026" "option"
And I select "15" from the "duedateselector[day]" singleselect
And I select "October" from the "duedateselector[month]" singleselect
And I select "2026" from the "duedateselector[year]" singleselect
And I click on "Save and return to course" "button"
And I log out
When I log in as "user1"
Expand Down

0 comments on commit 9257ae2

Please sign in to comment.