Skip to content
Snippets Groups Projects
Commit 58a36ae0 authored by Azul's avatar Azul
Browse files

stop taking screenshot - will happen no failure autmatically now

parent f13cfd63
Branches
Tags
No related merge requests found
......@@ -28,7 +28,6 @@ class SubscriptionTest < BrowserIntegrationTest
@customer.stubs(:subscriptions).returns([@subscription])
@subscription.stubs(:balance).returns 0
visit user_subscriptions_path(@customer.user_id, :locale => nil)
page.save_screenshot('/tmp/subscriptions.png')
assert page.has_content?("Subscriptions")
assert page.has_content?("Status: Active")
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment