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
path: root/spec
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-26 18:16:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-26 18:16:46 +0300
commit0a5eac24023a5df68973fe0bbe4b3fd172aeac10 (patch)
tree7baf8150c9586de61c00cec9089463a89c2e4802 /spec
parent472b10710551dcd39d8150ec2f5826fd0594adcf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/settings/registry_settings_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/settings/registry_settings_spec.rb b/spec/features/projects/settings/registry_settings_spec.rb
index d6e08628721..dc4251aa92f 100644
--- a/spec/features/projects/settings/registry_settings_spec.rb
+++ b/spec/features/projects/settings/registry_settings_spec.rb
@@ -27,7 +27,7 @@ RSpec.describe 'Project > Settings > Packages and registries > Container registr
wait_for_requests
expect(page).to be_axe_clean.within('[data-testid="packages-and-registries-project-settings"]')
- .skipping :'link-in-text-block', :'heading-order'
+ .skipping :'heading-order'
end
it 'shows active tab on sidebar' do