Various updates
This commit is contained in:
parent
b7db6d14d3
commit
414c0588f7
40 changed files with 11 additions and 755 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import {ConvFriedliInfoPage} from "./app.po";
|
||||
import {ConvertorizrPage} from "./app.po";
|
||||
|
||||
describe('conv.friedli.info App', () => {
|
||||
let page: ConvFriedliInfoPage;
|
||||
describe('convertorizr App', () => {
|
||||
let page: ConvertorizrPage;
|
||||
|
||||
beforeEach(() => {
|
||||
page = new ConvFriedliInfoPage();
|
||||
page = new ConvertorizrPage();
|
||||
});
|
||||
|
||||
it('should display message saying app works', () => {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import {browser, by, element} from "protractor";
|
||||
|
||||
export class ConvFriedliInfoPage {
|
||||
export class ConvertorizrPage {
|
||||
navigateTo() {
|
||||
return browser.get('/');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue