Skip to content

Commit

Permalink
fixed test description (ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofsumit committed Jul 5, 2018
1 parent ca8d967 commit 079bece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/rectangle.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe('Draw Rectangle', () => {
const mapSelector = '#map';

it('places markers', () => {
it('draws a rectangle', () => {
cy.toolbarButton('rectangle')
.click()
.parent('a')
Expand Down

0 comments on commit 079bece

Please sign in to comment.