Integrate project classroom with teacher and friend consultations
This commit is contained in:
@@ -120,10 +120,11 @@ describe('MainLayout module isolation', () => {
|
||||
expect(screen.queryByTestId('project-initialization-gate')).not.toBeInTheDocument();
|
||||
});
|
||||
|
||||
it('keeps the programming workspace padding compensation separate from painting', () => {
|
||||
it('lets the classroom workspace reach the content edges at every breakpoint', () => {
|
||||
renderLayout('/chat');
|
||||
|
||||
expect(screen.getByTestId('main-content')).toHaveClass('basis-0', 'overflow-hidden', 'p-0', 'sm:p-6');
|
||||
expect(screen.getByTestId('main-content')).toHaveClass('basis-0', 'overflow-hidden', 'p-0');
|
||||
expect(screen.getByTestId('main-content')).not.toHaveClass('sm:p-6');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user