fix integration test

main
Mike Fix 5 years ago
parent 551c50d845
commit bcd4deff72
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -20,9 +20,7 @@ describe('background color', () => {
it('opens BG color pick', () => { it('opens BG color pick', () => {
cy.visit('/') cy.visit('/')
openPicker() openPicker()
cy.get(bgColor).click() cy.get('body').click(5, 5, { force: true })
// TODO closePicker is not working right now
// closePicker()
cy.get(picker).should('not.exist') cy.get(picker).should('not.exist')
}) })

Loading…
Cancel
Save