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/views/layouts/header/_super_sidebar_logged_out.html.haml_spec.rb')
-rw-r--r--spec/views/layouts/header/_super_sidebar_logged_out.html.haml_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/views/layouts/header/_super_sidebar_logged_out.html.haml_spec.rb b/spec/views/layouts/header/_super_sidebar_logged_out.html.haml_spec.rb
index 89a03d72a90..f81e8c5badf 100644
--- a/spec/views/layouts/header/_super_sidebar_logged_out.html.haml_spec.rb
+++ b/spec/views/layouts/header/_super_sidebar_logged_out.html.haml_spec.rb
@@ -19,6 +19,10 @@ RSpec.describe 'layouts/header/_super_sidebar_logged_out', feature_category: :na
expect(rendered).to have_content('Pricing')
expect(rendered).to have_content('Contact Sales')
end
+
+ it 'renders the free trial button' do
+ expect(rendered).to have_content('Get free trial')
+ end
end
context 'on self-managed' do