Skip to content

Commit

Permalink
update comments to clarify that they are for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nevio18324 committed Dec 23, 2024
1 parent 52c4e50 commit d4277c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/cypress/support/helper/dom-helper/filterHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PageObjectMapperBase } from './pageObjectMapperBase';

export default class FilterHelper extends PageObjectMapperBase {
validatePage(): void {
// Does not need to be implemented
// Does not need to be implemented this comment is for making linter happy
}

optionShouldBeSelected(text: string, onOverview = true): this {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default class CyOverviewPage extends Page {
}

validatePage(): void {
// Does not need to be implemented
// Does not need to be implemented this comment is for making linter happy
}

protected doVisit(): void {
Expand Down

0 comments on commit d4277c4

Please sign in to comment.