Removed flaky functional test that often fails for no good reason.

This commit is contained in:
Jamon Holmgren
2014-07-28 21:21:12 -07:00
parent 5220145f27
commit 71a09a950b

View File

@@ -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