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 7ce5549 commit 283fbd5
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 @@ -284,7 +284,7 @@ describe('Dashboard', () => {
});
});

it('moves 2 column dragged over snap threshold', () => {
it('moves two columns when dragged over snap threshold', () => {
dragBy(cy.get('@textboxEl'), 0, 330).then((delta) => {
expect(delta.left).to.eq(400);
});
Expand Down

0 comments on commit 283fbd5

Please sign in to comment.