From 71a09a950bccd496a8d10fdf875fcd1303d7f7a2 Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Mon, 28 Jul 2014 21:21:12 -0700 Subject: [PATCH] Removed flaky functional test that often fails for no good reason. --- spec/functional/func_table_screen_spec.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spec/functional/func_table_screen_spec.rb b/spec/functional/func_table_screen_spec.rb index 21b8bfc..afbd5ea 100644 --- a/spec/functional/func_table_screen_spec.rb +++ b/spec/functional/func_table_screen_spec.rb @@ -120,14 +120,6 @@ describe "ProMotion::TableScreen functionality" do end end - it "should call the method with arguments when the switch is flipped" do - table_screen.scroll_to_bottom - tap "switch_2" - wait 0.3 do - table_screen.tap_counter.should == 3 - end - end - it "should not crash if cell with editing_style is swiped left" do Proc.new { flick("Just another deletable blank row", to: :left) }.should.not.raise(StandardError) end