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/architecture_test.rb
require 'integration_test_helper'
class ArchitectureIntegrationTest < ActionDispatch::IntegrationTest
test "index page" do
assert_index_page(architectures_path, "Architectures", "Create Architecture")
end
test "create new page" do
assert_new_button(architectures_path, "Create Architecture", new_architecture_path)
fill_in "architecture_name", :with => "i386"

Also available in: Unified diff