Test
This commit is contained in:
parent
4dd07dfa16
commit
4c49ac2a07
2 changed files with 0 additions and 5 deletions
|
@ -5,10 +5,6 @@ class Redis
|
|||
def exists?(...)
|
||||
call_with_namespace('exists?', ...)
|
||||
end
|
||||
|
||||
def with
|
||||
yield self
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ RSpec.describe 'report interface', :attachment_processing, :js, :streaming do
|
|||
before do
|
||||
as_a_logged_in_admin
|
||||
visit admin_report_path(report)
|
||||
page.driver.browser.manage.window.resize_to(1600, 1050)
|
||||
end
|
||||
|
||||
it 'displays the report interface, including the javascript bits' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue