Sha256: 337cf465e93594248522ee38a09dfed53f1598d177ed03cdec4dc27a9bc4319b
Contents?: true
Size: 267 Bytes
Versions: 3
Compression:
Stored size: 267 Bytes
Contents
require_relative "../test_helper" class SitesFrontendTest < ApplicationSystemTestCase def test_new_identifier visit_p new_comfy_admin_cms_site_path fill_in "Label", with: "Test Site" assert_equal "test-site", find_field("Identifier").value end end
Version data entries
3 entries across 3 versions & 1 rubygems