spec: fix should have a 'Have not been graded' option spec for chrome
Change-Id: I83c9cddd1d4da7104c8ddbc269a66746ceae6253 Reviewed-on: https://gerrit.instructure.com/86542 Tested-by: Jenkins Reviewed-by: Gentry Beckmann <gbeckmann@instructure.com> Product-Review: Gentry Beckmann <gbeckmann@instructure.com> QA-Review: Gentry Beckmann <gbeckmann@instructure.com>
This commit is contained in:
parent
b3ba213b4a
commit
cb84365d4f
|
@ -79,6 +79,7 @@ describe "gradebook2 - message students who" do
|
|||
|
||||
# expect dialog to show 1 more student with the "Haven't been graded" option
|
||||
f('[data-action="messageStudentsWho"]').click
|
||||
wait_for_ajaximations
|
||||
visible_students = ffj('.student_list li:visible')
|
||||
expect(visible_students.size).to eq 2
|
||||
expect(visible_students[0].text.strip).to include @student_name_1
|
||||
|
|
Loading…
Reference in New Issue