Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Oct 2, 2019
1 parent ea7040d commit 551c50d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/integration/background-color.spec.js
Expand Up @@ -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')
})

Expand Down

0 comments on commit 551c50d

Please sign in to comment.