Sha256: ff1b4c9a9e585a9e2dcafaefcfbd33fc34c134c579f548407d3f1219d01566db
Contents?: true
Size: 545 Bytes
Versions: 2
Compression:
Stored size: 545 Bytes
Contents
require 'test_helper' module Workarea module Storefront class AvataxSystemTest < Workarea::SystemTest include Storefront::SystemTest setup :setup_checkout_specs setup :start_guest_checkout def test_showing_taxes assert_current_path(storefront.checkout_addresses_path) fill_in_email fill_in_shipping_address click_button t('workarea.storefront.checkouts.continue_to_shipping') visit storefront.cart_path assert page.has_content? "0.84" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-avatax-4.2.1 | test/system/workarea/storefront/avatax_system_test.rb |
workarea-avatax-4.2.0 | test/system/workarea/storefront/avatax_system_test.rb |