Expand unit test and fix margin issue

This commit is contained in:
2024-10-14 16:49:02 +02:00
parent ad164129c6
commit 45af4203c4

View File

@@ -6,7 +6,7 @@ describe('App Component', () => {
it('renders the app and checks if CSS is loaded', () => {
cy.get('[data-testid="root"]', { timeout: 10000 }).should('exist');
cy.get('[data-testid="root"]').should('have.class', 'min-h-screen py-10 px-3 sm:px-5 bg-gray-100 dark:bg-gray-900');
cy.get('[data-testid="root"]').should('have.class', 'min-h-screen py-10 bg-gray-100 dark:bg-gray-900 m-0');
});
it('should match the previous screenshot', () => {