We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8c97a commit 4c0b533Copy full SHA for 4c0b533
test/functional/gtt_map_layers_controller_test.rb
@@ -18,14 +18,14 @@ class GttMapLayersControllerTest < ActionController::TestCase
18
get :index
19
assert_response :success
20
assert_template 'index'
21
- assert_select 'h2', 'Map Layers'
+ assert_select 'h2', 'Map layers'
22
end
23
24
test 'should get new' do
25
get :new
26
27
assert_template 'new'
28
- assert_select 'h2', /New Map Layer/
+ assert_select 'h2', 'Map layers » New map layer'
29
30
31
test 'should create map layer' do
0 commit comments