diff options
-rw-r--r-- | spec/features/explore/new_menu_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/explore/new_menu_spec.rb b/spec/features/explore/new_menu_spec.rb index 11f05b6d220..21b42f5a4ab 100644 --- a/spec/features/explore/new_menu_spec.rb +++ b/spec/features/explore/new_menu_spec.rb @@ -38,7 +38,7 @@ describe 'Top Plus Menu', :js do click_topmenuitem("New snippet") - expect(page).to have_content('New Snippet') + expect(page).to have_content('New snippet') expect(page).to have_content('Title') end @@ -70,7 +70,7 @@ describe 'Top Plus Menu', :js do find('.header-new-project-snippet a').click end - expect(page).to have_content('New Snippet') + expect(page).to have_content('New snippet') expect(page).to have_content('Title') end |