spec: fix flakey groups_teacher_spec
refs DE-12 flag = none Change-Id: Id8ef710f99786c23bed558c8f8006bac8ed6b8dd Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/240316 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: James Butters <jbutters@instructure.com> QA-Review: Aaron Ogata <aogata@instructure.com> Product-Review: Aaron Ogata <aogata@instructure.com>
This commit is contained in:
parent
3b9c016576
commit
e9ad048677
|
@ -163,6 +163,7 @@ describe "new groups" do
|
||||||
f(".message-all-unassigned").click
|
f(".message-all-unassigned").click
|
||||||
replace_content(fj('textarea[name="body"]'), "blah blah blah students")
|
replace_content(fj('textarea[name="body"]'), "blah blah blah students")
|
||||||
fj(".btn-primary[data-text-when-loaded='Sent!']").click
|
fj(".btn-primary[data-text-when-loaded='Sent!']").click
|
||||||
|
wait_for_ajaximations
|
||||||
|
|
||||||
expect(@course).to eq Conversation.last.context
|
expect(@course).to eq Conversation.last.context
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue