Project

General

Profile

« Previous | Next » 

Revision 184f8d5c

Added by Ron Lavi over 5 years ago

Fixes #24040 - Move the search box to React

View differences:

test/integration/domain_test.rb
require 'integration_test_helper'
class DomainIntegrationTest < ActionDispatch::IntegrationTest
test "index page" do
assert_index_page(domains_path, "Domains", "Create Domain")
end
test "create new page" do
assert_new_button(domains_path, "Create Domain", new_domain_path)
fill_in "domain_name", :with => "ynet.tlv.com"

Also available in: Unified diff