Update code

pull/171/head
Hammad1007 2 years ago
parent d0d67e3f28
commit ab799f16be

@ -7,7 +7,12 @@ describe('Project 6: Content Placeholder', () => {
}) })
it('Background color', () => { it('Body is visible', () => {
cy.get('body').should('be.visible')
})
it('Background color', () => {
cy.get('body').should('have.css', 'background-color', 'rgb(236, 240, 241)')
}) })
}) })
Loading…
Cancel
Save