Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/nav/top_nav_tooltip_spec.rb')
-rw-r--r--spec/features/nav/top_nav_tooltip_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/nav/top_nav_tooltip_spec.rb b/spec/features/nav/top_nav_tooltip_spec.rb
index 58bfe1caf65..73e4571e7a2 100644
--- a/spec/features/nav/top_nav_tooltip_spec.rb
+++ b/spec/features/nav/top_nav_tooltip_spec.rb
@@ -15,10 +15,10 @@ RSpec.describe 'top nav tooltips', :js do
page.find(btn).hover
- expect(page).to have_content('Create new')
+ expect(page).to have_content('Create new...')
page.find(btn).click
- expect(page).not_to have_content('Create new')
+ expect(page).not_to have_content('Create new...')
end
end