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', () => {
cy.visit('/')
openPicker()
cy.get(bgColor).click()
// TODO closePicker is not working right now
// closePicker()
cy.get('body').click(5, 5, { force: true })
cy.get(picker).should('not.exist')
})

Loading…
Cancel
Save