Sha256: 4b9001e3fc49ec5b1456da6bc4a3183113c9b0188eb68fade4b2cb733fa24ef7
Contents?: true
Size: 236 Bytes
Versions: 7
Compression:
Stored size: 236 Bytes
Contents
require 'test_helper' module Workarea decorate Storefront::LoggedInCheckoutSystemTest, with: :paypal do def test_paypal_option_in_checkout assert(page.has_css?('#paypal-button-container', visible: false)) end end end
Version data entries
7 entries across 7 versions & 1 rubygems