summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-09-02 08:26:28 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-09-02 08:26:28 +0000
commit86cdf212fd6957c9b37fb076a4d95cc6e1e5e9ba (patch)
treec4321671d8d9301a032e368fc24e26cf3eb34ad4 /spec
parent84edac2a096a3bbe25cae772792aad19384a2acf (diff)
parent9d0a7fa6f95718c5685b421193b35a546d47bce5 (diff)
downloadgitlab-ce-86cdf212fd6957c9b37fb076a4d95cc6e1e5e9ba.tar.gz
Merge branch '65304-add-pages-first-deployment-message' into 'master'
Resolve "Improve pages load wait time experience" Closes #65304 See merge request gitlab-org/gitlab-ce!32122
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/pages_spec.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/features/projects/pages_spec.rb b/spec/features/projects/pages_spec.rb
index c4b3ddb2088..d55e9d12801 100644
--- a/spec/features/projects/pages_spec.rb
+++ b/spec/features/projects/pages_spec.rb
@@ -30,6 +30,12 @@ shared_examples 'pages settings editing' do
expect(page).to have_content('Access pages')
end
+ it 'renders first deployment warning' do
+ visit project_pages_path(project)
+
+ expect(page).to have_content('It may take up to 30 minutes before the site is available after the first deployment.')
+ end
+
context 'when support for external domains is disabled' do
it 'renders message that support is disabled' do
visit project_pages_path(project)