📅  最后修改于: 2022-03-11 14:55:21.692000             🧑  作者: Mango
it('starts with black background', () => {
cy.visit('index.html')
cy.get('body').should('have.css', 'background-color', 'rgb(0, 0, 0)')
})