Skip to content

Commit

Permalink
remove store screenshot part
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao committed Jan 6, 2017
1 parent 92be764 commit 19061b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/screenshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class Screenshot {
constructor(id: string) {
console.log(`constructor with input ${id}`);
this.id = `${jasmine.getEnv().currentSpec} ${id}`;
browser.takeScreenshot().then(png => this.storeScreenshot(png));
browser.takeScreenshot();//.then(png => this.storeScreenshot(png));
console.log(`constructor ${id} is called`);
}

Expand Down

0 comments on commit 19061b3

Please sign in to comment.