Sha256: d9513b3bf14ea67275e7320af586a8118f2058b26568efac01ddbefc8f95e216
Contents?: true
Size: 347 Bytes
Versions: 3
Compression:
Stored size: 347 Bytes
Contents
require_relative "../test_helper" class SnippetsFrontendTest < ApplicationSystemTestCase setup do @site = comfy_cms_sites(:default) end def test_new_identifier visit_p new_comfy_admin_cms_site_snippet_path(@site) fill_in "Label", with: "Test Snippet" assert_equal "test-snippet", find_field("Identifier").value end end
Version data entries
3 entries across 3 versions & 1 rubygems