Skip to content

Commit 70e7aa7

Browse files
committed
spec: close outcome details modal after test
otherwise future tests that try to interact with input elements fail fixes CNVS-20850 Change-Id: If9cf0a95013e3e76092ca2502a9bfe88dc8c326b Reviewed-on: https://gerrit.instructure.com/55562 Reviewed-by: Simon Williams <simon@instructure.com> Tested-by: Jenkins Product-Review: Jeremy Stanley <jeremy@instructure.com> QA-Review: Jeremy Stanley <jeremy@instructure.com>
1 parent 0aeea0a commit 70e7aa7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/coffeescripts/views/grade_summary/OutcomeDetailViewSpec.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ define [
5757

5858
equal JSON.parse(@response).linked.alignments.length, 10, 'precondition; response should have 10 records'
5959
equal @outcomeDetailView.$('.alignment').length, 8, 'should only render last 8 alignments'
60+
@outcomeDetailView.close()
6061

0 commit comments

Comments
 (0)