From bcd4deff7277d41d6087f19d644c52c543af0a7d Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Tue, 1 Oct 2019 20:16:30 -0700 Subject: [PATCH] fix integration test --- cypress/integration/background-color.spec.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cypress/integration/background-color.spec.js b/cypress/integration/background-color.spec.js index 4412d43..0eaca64 100644 --- a/cypress/integration/background-color.spec.js +++ b/cypress/integration/background-color.spec.js @@ -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') })