Files
AngularTicTacToe/e2e/app.po.ts
2017-07-16 19:43:04 +02:00

9 lines
175 B
TypeScript

import { browser, element, by } from 'protractor';
/* tslint:disable */
export class AngularElectronPage {
navigateTo(route: string) {
return browser.get(route);
}
}