Compensate for scrollbar disappearing when media modal visible (#8100)
* Compensate for scrollbar disappearing when media modal visible Make auth pages backgrounds lighter * Fix typo
This commit is contained in:
parent
e7e577dd6e
commit
60df87f6f0
13 changed files with 49 additions and 35 deletions
|
@ -8,10 +8,6 @@ RSpec.describe AboutController, type: :controller do
|
|||
get :show
|
||||
end
|
||||
|
||||
it 'assigns @body_classes' do
|
||||
expect(assigns(:body_classes)).to eq 'about-body'
|
||||
end
|
||||
|
||||
it 'assigns @instance_presenter' do
|
||||
expect(assigns(:instance_presenter)).to be_kind_of InstancePresenter
|
||||
end
|
||||
|
@ -26,10 +22,6 @@ RSpec.describe AboutController, type: :controller do
|
|||
get :more
|
||||
end
|
||||
|
||||
it 'assigns @body_classes' do
|
||||
expect(assigns(:body_classes)).to eq 'about-body'
|
||||
end
|
||||
|
||||
it 'assigns @instance_presenter' do
|
||||
expect(assigns(:instance_presenter)).to be_kind_of InstancePresenter
|
||||
end
|
||||
|
@ -44,10 +36,6 @@ RSpec.describe AboutController, type: :controller do
|
|||
get :terms
|
||||
end
|
||||
|
||||
it 'assigns @body_classes' do
|
||||
expect(assigns(:body_classes)).to eq 'about-body'
|
||||
end
|
||||
|
||||
it 'returns http success' do
|
||||
expect(response).to have_http_status(200)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue