Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Mar 14, 2024
1 parent a698a4d commit a9aca46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/e2e-tests/src/enums.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export enum BACK_ARROW_DATA_TESTID {
EDIT_PROFILE='contextMenu-Editprofile-backArrow',
PROFILE='contextMenu-Profile-backArrow'
}
EDIT_PROFILE = 'contextMenu-Editprofile-backArrow',
PROFILE = 'contextMenu-Profile-backArrow',
}

0 comments on commit a9aca46

Please sign in to comment.