Skip to content

Commit e5d622f

Browse files
committed
Move js: true up to the top of this feature
Signed-off-by: jonathan.kerr <[email protected]>
1 parent 02b352f commit e5d622f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/features/admin/add_user_to_workshop_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RSpec.describe 'Add a user to an existing workshop', type: :feature do
1+
RSpec.describe 'Add a user to an existing workshop', js: true, type: :feature do
22
let(:member) {Fabricate(:member)}
33

44
let(:juliet) {Fabricate(:member, name: 'Juliet', surname: 'Capulet')}
@@ -10,7 +10,7 @@
1010
@start_page = "/admin/workshops/#{workshop.id}"
1111
end
1212

13-
scenario 'An admin searches and gets an exact match', js: true do
13+
scenario 'An admin searches and gets an exact match' do
1414
visit @start_page
1515

1616
params = {callback_url: @start_page.to_s}.to_query

0 commit comments

Comments
 (0)