fix integration test

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

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

Loading…
Cancel
Save