spec: Fix skipped fragile spec for groups
Increasing wait time so the JS methods does not conflict while waiting Test Plan: -- Passes Jenkins Change-Id: I7bd1e708a6856326c1011ccf0a0c8c6d11b7716a Reviewed-on: https://gerrit.instructure.com/161181 Tested-by: Jenkins Reviewed-by: Robert Lamb <rlamb@instructure.com> Product-Review: Robert Lamb <rlamb@instructure.com> QA-Review: Robert Lamb <rlamb@instructure.com>
This commit is contained in:
parent
803833e703
commit
06a30ade81
|
@ -691,7 +691,6 @@ describe "new groups" do
|
|||
|
||||
context "choosing New Group Set option" do
|
||||
it "should clone group set when adding an unassigned student to a group with submission" do
|
||||
skip("Flakey selenium spec. Jira: COMMS-1143")
|
||||
group_test_setup(2,1,1)
|
||||
add_user_to_group(@students.last,@testgroup.first)
|
||||
create_and_submit_assignment_from_group(@students.last)
|
||||
|
|
|
@ -129,6 +129,7 @@ class CourseGroups
|
|||
|
||||
def clone_category_confirm
|
||||
clone_category_submit_button.click
|
||||
wait_for_dom_ready
|
||||
wait_for_ajaximations
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue