Fix: CSSModules demo test
This commit is contained in:
@@ -12,6 +12,6 @@ context('/src/Examples/CSSModules/Vue/', () => {
|
||||
|
||||
it('should apply a red headline style to h1', () => {
|
||||
cy.get('.ProseMirror h1').should('exist')
|
||||
cy.get('.ProseMirror h1').should('have.css', 'color', '#f00')
|
||||
cy.get('.ProseMirror h1').should('have.css', 'color', 'rgb(255, 0, 0)')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user