Automatic lint

This commit is contained in:
Ben Goldsworthy 2021-03-20 23:47:48 +00:00
parent 9bbf6af75c
commit 06dfb7947b
16 changed files with 272 additions and 273 deletions

View file

@ -1,5 +1,5 @@
import { LoginPageObject } from './login.po';
import { browser } from "protractor";
import { browser } from 'protractor';
describe('Login Page', () => {
let page: LoginPageObject;