Skip to content

Commit

Permalink
Spec: fix get call on failing dashboard specs
Browse files Browse the repository at this point in the history
Test Plan:
Review change, run specs

Change-Id: Ic7df92b084f3d9a65247c80cc9e94b87eac45e53
Reviewed-on: https://gerrit.instructure.com/72357
Reviewed-by: Matt Fairbourn <[email protected]>
Product-Review: Matt Fairbourn <[email protected]>
QA-Review: Matt Fairbourn <[email protected]>
Tested-by: Jenkins
  • Loading branch information
beckesea authored and mfairbourn committed Feb 17, 2016
1 parent 6ba0bd6 commit 4df0a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/selenium/dashboard_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

shared_examples_for 'load events list' do
it "should load events list sidebar", priority: "2", test_id: 210275 do
driver.navigate.to(app_host)
get "/"
wait_for_ajaximations
expect(f('.events_list')).to be_displayed
end
Expand Down

0 comments on commit 4df0a55

Please sign in to comment.