mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-03-18 21:40:29 +01:00
Expand unit test and fix margin issue
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user