Maintenance: S/Mime Capybara tests performance improvement
This commit is contained in:
parent
b5c067b05a
commit
829fc6e5c5
1 changed files with 4 additions and 2 deletions
|
@ -542,13 +542,15 @@ RSpec.describe 'Ticket zoom', type: :system do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'replying' do
|
context 'replying', authenticated_as: :setup_and_authenticate do
|
||||||
|
|
||||||
before do
|
def setup_and_authenticate
|
||||||
create(:ticket_article, ticket: ticket, from: customer.email)
|
create(:ticket_article, ticket: ticket, from: customer.email)
|
||||||
|
|
||||||
create(:smime_certificate, :with_private, fixture: system_email_address)
|
create(:smime_certificate, :with_private, fixture: system_email_address)
|
||||||
create(:smime_certificate, fixture: sender_email_address)
|
create(:smime_certificate, fixture: sender_email_address)
|
||||||
|
|
||||||
|
authenticate
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'plain' do
|
it 'plain' do
|
||||||
|
|
Loading…
Reference in a new issue