This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 4e2d4529 authored by Michael Breu's avatar Michael Breu
Browse files

fixing eslint

parent cdd18345
Branches
1 merge request!120Bringing monitoring to production
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { A } from '@angular/cdk/keycodes';
import { element, by, ElementFinder, browser } from 'protractor';
import { element, by, ElementFinder } from 'protractor';
/* eslint @typescript-eslint/no-use-before-define: 0 */
export class NavBarPage {
entityMenu = element(by.id('entity-menu'));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment