Skip to content

Commit 57106fe

Browse files
Ryan Florenceryankshaw
authored andcommitted
Adjusted spec to get all courses in the menu
Change-Id: I9b227b0dfd515fec5ffb505cee2990d47f3f2cf0 Reviewed-on: https://gerrit.instructure.com/5888 Tested-by: Hudson <hudson@instructure.com> Reviewed-by: Ryan Shaw <ryan@instructure.com>
1 parent bed2875 commit 57106fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/selenium/dashboard_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def test_hiding(url)
169169
@enrollment.workflow_state = 'active'
170170
@enrollment.save!
171171
@second_course.reload
172+
Enrollment.update_all(["created_at = ?", 1.minute.ago]) # need to make created_at and updated_at different
172173

173174
get "/"
174175

0 commit comments

Comments
 (0)