Sha256: 066367695b85f1826d3646f724c0054a2aa0d1e3d4d46287ff9226c922ff22e4
Contents?: true
Size: 422 Bytes
Versions: 1
Compression:
Stored size: 422 Bytes
Contents
require 'test_helper' module Workarea module Storefront class ForterTrackingSystemTest < Workarea::SystemTest def test_forter_tracking_js Workarea.with_config do |config| config.forter.site_id = "abcdefg" visit storefront.root_path forter_script = find_by_id('abcdefg', visible: false) assert(forter_script.present?) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-forter-1.2.2 | test/system/workarea/storefront/forter_tracking_system_test.rb |