Skip to content

Commit

Permalink
Update cypress/integration/dashboard/dashboard_spec.js
Browse files Browse the repository at this point in the history
Co-Authored-By: ranbena <ranbena@gmail.com>
  • Loading branch information
gabrieldutra and ranbena committed Mar 25, 2019
1 parent 283fbd5 commit 3dd5790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cypress/integration/dashboard/dashboard_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 3dd5790

Please sign in to comment.