@@ -55,12 +55,12 @@ class Form extends App.Controller
addCertificate: =>
new Certificate(
- callback: @list
+ callback: @certList
)
addPrivateKey: =>
new PrivateKey(
updateGroup: (e) =>
@@ -15,7 +15,7 @@ RSpec.describe 'Manage > Integration > S/MIME', type: :system do
end
it 'enabling and adding of public and private key' do
- visit '#system/integration/smime'
+ visit 'system/integration/smime'
# enable S/MIME
click 'label[for=setting-switch]'