Skip to content

Commit

Permalink
lower case lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Mar 18, 2019
1 parent 6f1463f commit 4f6abdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/dashboard/dashboard_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ describe('Dashboard', () => {
cy.login();
createNewDashboardByAPI('Foo Bar')
.then(slug => `/dashboard/${slug}`)
.as('DashboardUrl');
.as('dashboardUrl');
});

beforeEach(function () {
cy.visit(this.DashboardUrl);
cy.visit(this.dashboardUrl);
});

it('adds widget', () => {
Expand Down

0 comments on commit 4f6abdd

Please sign in to comment.