From 3dd579064cc619558f113b9a582a8b219a98c7db Mon Sep 17 00:00:00 2001 From: Gabriel Dutra Date: Sat, 23 Mar 2019 22:03:15 +0200 Subject: [PATCH] Update cypress/integration/dashboard/dashboard_spec.js Co-Authored-By: ranbena --- client/cypress/integration/dashboard/dashboard_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cypress/integration/dashboard/dashboard_spec.js b/client/cypress/integration/dashboard/dashboard_spec.js index 6b516e5031..afb25a0ee7 100644 --- a/client/cypress/integration/dashboard/dashboard_spec.js +++ b/client/cypress/integration/dashboard/dashboard_spec.js @@ -278,7 +278,7 @@ describe('Dashboard', () => { }); }); - it('moves one column dragged over snap threshold', () => { + it('moves one column when dragged over snap threshold', () => { dragBy(cy.get('@textboxEl'), 0, 110).then((delta) => { expect(delta.left).to.eq(200); });