spec: tesbot fragile specs and testbot fork

Change-Id: I088dee811f1f27cff6488fa32eac3efa08bffd85
Reviewed-on: https://gerrit.instructure.com/40349
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Kyle Rosenbaum <kyler@instructure.com>
Reviewed-by: Shawn Meredith <shawn@instructure.com>
Product-Review: Shawn Meredith <shawn@instructure.com>
QA-Review: Shawn Meredith <shawn@instructure.com>
Tested-by: Shawn Meredith <shawn@instructure.com>
This commit is contained in:
Shawn Meredith 2014-08-31 02:59:21 -06:00
parent 02870975b0
commit 3088d92cd9
4 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
group :test do
gem 'testbot', '0.7.8'
gem 'testbot', :github => 'smeredith0506/testbot'
gem 'simplecov', '0.8.2', :require => false
gem 'docile', '1.1.3'
gem 'simplecov-rcov', '0.2.3', :require => false

View File

@ -584,6 +584,7 @@ describe "speed grader" do
end
it "should display average submission grade for total assignment submissions" do
pending('testbot fragile')
create_and_enroll_students(2)
submit_and_grade_homework(@students[0], 10)

View File

@ -183,6 +183,7 @@ describe "Wiki pages and Tiny WYSIWYG editor Images" do
end
it "should add a user image" do
pending('testbot fragile')
add_canvas_image(driver, 'My files', 'teacher.jpg')
submit_form("#edit_wiki_page_#{@blank_page.id}")
keep_trying_until { f('#wiki_body').should be_displayed }

View File

@ -293,6 +293,7 @@ describe "users" do
context "masquerading" do
it "should masquerade as a user" do
pending('testbot fragile')
site_admin_logged_in(:name => "The Admin")
user_with_pseudonym(:active_user => true, :name => "The Student")
get "/users/#{@user.id}/masquerade"