summaryrefslogtreecommitdiff
path: root/spec/features/projects/infrastructure_registry_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/infrastructure_registry_spec.rb')
-rw-r--r--spec/features/projects/infrastructure_registry_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/infrastructure_registry_spec.rb b/spec/features/projects/infrastructure_registry_spec.rb
index 27d0866bc69..aab1cec8762 100644
--- a/spec/features/projects/infrastructure_registry_spec.rb
+++ b/spec/features/projects/infrastructure_registry_spec.rb
@@ -57,7 +57,7 @@ RSpec.describe 'Infrastructure Registry' do
it 'allows you to delete a module', :aggregate_failures do
# this is still using the package copy in the UI too
click_button('Remove package')
- click_button('Delete package')
+ click_button('Permanently delete')
expect(page).to have_content 'Package deleted successfully'
expect(page).not_to have_content(terraform_module.name)