Skip to content
Snippets Groups Projects
Commit 06e5dcbe authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Fixed e2e tests.

parent 53219083
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ gulp.task('build.e2e', (done: any) =>
runSequence('clean.dev',
'tslint',
'build.assets.dev',
'build.html_css',
'build.js.e2e',
'build.index.dev',
done));
......
......@@ -30,6 +30,12 @@ const config = {
// needed for custom class decorators
require("reflect-metadata");
require("zone.js/dist/zone-node");
require("zone.js/dist/long-stack-trace-zone");
require("zone.js/dist/async-test");
require("zone.js/dist/fake-async-test");
require("zone.js/dist/sync-test");
require("zone.js/dist/proxy");
require("zone.js/dist/jasmine-patch");
const SpecReporter = require('jasmine-spec-reporter');
// add jasmine spec reporter
......
......@@ -9,7 +9,7 @@ t.describe('App', function() {
});
t.it('should have a title', function() {
t.e(browser.getTitle()).toEqual('Angular 2 Seed Advanced');
t.e(browser.getTitle()).toEqual('Driftlog');
});
t.it('should have <nav>', function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment