Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Nov 28, 2022
1 parent 12a1ebf commit b1151ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/edit.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ describe('Edit Page', () => {
const EditCommentPage = editPageFactory('/#/comments/5');
const LoginPage = loginPageFactory('/#/login');
const EditUserPage = editPageFactory('/#/users/3');
const ListPageUsers = listPageFactory('/#/users');
const CreateUserPage = createPageFactory('/#/users/create');

describe('Title', () => {
Expand Down

0 comments on commit b1151ba

Please sign in to comment.