diff options
Diffstat (limited to 'spec/features/projects')
-rw-r--r-- | spec/features/projects/settings/registry_settings_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/projects/settings/registry_settings_spec.rb b/spec/features/projects/settings/registry_settings_spec.rb index 0613148172f..74d3544ce92 100644 --- a/spec/features/projects/settings/registry_settings_spec.rb +++ b/spec/features/projects/settings/registry_settings_spec.rb @@ -26,7 +26,6 @@ describe 'Project > Settings > CI/CD > Container registry tag expiration policy' it 'saves expiration policy submit the form' do within '#js-registry-policies' do within '.card-body' do - find('.gl-toggle-wrapper button:not(.is-disabled)').click select('7 days until tags are automatically removed', from: 'Expiration interval:') select('Every day', from: 'Expiration schedule:') select('50 tags per image name', from: 'Number of tags to retain:') |