Skip to content

Commit

Permalink
Rename feature test to not include Bootstrap
Browse files Browse the repository at this point in the history
This naming was needed when Bootstrap was being introduced. This is no
longer needed.
  • Loading branch information
eduardoj committed Apr 4, 2023
1 parent 34d6534 commit 23d09f9
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/spec/features/webui/requests/submissions_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'browser_helper'

RSpec.describe 'Bootstrap_Requests_Submissions', js: true, vcr: true do
RSpec.describe 'Requests_Submissions', js: true, vcr: true do
let(:submitter) { create(:confirmed_user, :with_home, login: 'madam_submitter') }
let(:source_project) { submitter.home_project }
let(:source_package) { create(:package_with_file, name: 'Quebec', project: source_project) }
Expand Down

0 comments on commit 23d09f9

Please sign in to comment.