Skip to content

Commit 4c0b533

Browse files
committed
Fix CI errors in functional may layers tests
1 parent 0b8c97a commit 4c0b533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/gtt_map_layers_controller_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ class GttMapLayersControllerTest < ActionController::TestCase
1818
get :index
1919
assert_response :success
2020
assert_template 'index'
21-
assert_select 'h2', 'Map Layers'
21+
assert_select 'h2', 'Map layers'
2222
end
2323

2424
test 'should get new' do
2525
get :new
2626
assert_response :success
2727
assert_template 'new'
28-
assert_select 'h2', /New Map Layer/
28+
assert_select 'h2', 'Map layers » New map layer'
2929
end
3030

3131
test 'should create map layer' do

0 commit comments

Comments
 (0)