spec: intermittent specs pending while fixed

Change-Id: I596b52ec545c5240335864d7c269dc542e49206b
Reviewed-on: https://gerrit.instructure.com/44216
Reviewed-by: Kyle Rosenbaum <kyler@instructure.com>
QA-Review: Shawn Meredith <shawn@instructure.com>
Tested-by: Shawn Meredith <shawn@instructure.com>
Product-Review: Shawn Meredith <shawn@instructure.com>
This commit is contained in:
Shawn Meredith 2014-11-10 15:26:32 -07:00
parent adaa82e3fe
commit 5173e51a09
3 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,7 @@ describe "links", :priority => "2" do
end
it "should navigate user to assignments page after assignments link is clicked" do
skip "broke spec"
validate_breadcrumb_link(f('#assignments_menu_item a'), 'Assignments')
end

View File

@ -57,6 +57,7 @@ describe "login logout test", :priority => "2" do
end
it "should prompt must be logged in message when accessing permission based pages while not logged in" do
skip("broke spec")
expected_url = verify_logout
get "/grades"
assert_flash_warning_message /You must be logged in to access this page/

View File

@ -587,6 +587,7 @@ describe "quizzes question creation" do
end
it "should allow a 3 digit number for a quiz attempt", :priority => "2" do
skip("broken spec")
attempts = "123"
click_settings_tab
f('#multiple_attempts_option').click