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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user