Sha256: 0e492ba1099b865eaff6dc19549e7d12511bddf3af071069980c08c00299b4c4

Contents?: true

Size: 302 Bytes

Versions: 3

Compression:

Stored size: 302 Bytes

Contents

require 'test_helper'

module Workarea
  module Storefront
    class CampaignTrackingTest < Workarea::SystemTest
      def test_tracking_cookie
        visit storefront.root_path(mc_cid: 'kittens')

        assert(page.driver.browser.manage.cookie_named('mc_cid').present?)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-mail_chimp-3.1.0 test/system/workarea/storefront/campaign_tracking_test.rb
workarea-mail_chimp-3.0.5 test/system/workarea/storefront/campaign_tracking_test.rb
workarea-mail_chimp-3.0.4 test/system/workarea/storefront/campaign_tracking_test.rb