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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-07 18:09:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-07 18:09:47 +0300
commit33c86930e0a657e1519082a9a00faae260a44882 (patch)
tree4d65ae193c2c92826a8fc659345e2bb83e101999 /spec/features
parent28f0cd8e0725320c294f9dbf74c698ee727de594 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/projects/pages/user_adds_domain_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pages/user_adds_domain_spec.rb b/spec/features/projects/pages/user_adds_domain_spec.rb
index ae459197b38..0f14729f736 100644
--- a/spec/features/projects/pages/user_adds_domain_spec.rb
+++ b/spec/features/projects/pages/user_adds_domain_spec.rb
@@ -174,7 +174,7 @@ RSpec.describe 'User adds pages domain', :js, feature_category: :pages do
expect(domain.key).to be_nil
end
- it 'shows the DNS ALIAS record' do
+ it 'shows the DNS ALIAS record', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/419686' do
visit project_pages_path(project)
within('#content-body') { click_link 'Edit' }