Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
stasbamiza committed Oct 14, 2016
1 parent 0e3fe93 commit 37fd5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/admin/src/app/dashboards/dashboard.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ export class Dashboard {
let el = element(by.css('dynamic-form'));
browser.wait(EC.presenceOf(el), 5000);

this.clickSelectOption('.width select', 2);
this.clickSelectOption('.height select', 2);
this.selectLinkset('.type #add');
//this.selectLinkset('.dashboard #add');
this.inputText('NAME', 'My box name');
this.inputText('DESCRIPTION', 'Box description');
this.inputText('ORDER', '0');
this.clickSelectOption('.width select', 2);
this.clickSelectOption('.height select', 2);
this.clickBySelector('#modify');
this.clickBySelector('.back.md-primary');
}
Expand Down

0 comments on commit 37fd5e6

Please sign in to comment.