Skip to content

Commit

Permalink
fixed integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakuba committed Sep 23, 2016
1 parent e101bc9 commit 7204ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/admin/src/app/login/login.e2e.ts
Expand Up @@ -29,6 +29,7 @@ describe('Login page', () => {
let width = 330,
height = 1300;
ptor.manage().window().setSize(width, height);
WaitUntilReady.waitUntilReady(this.page.details, ptor);
this.page.details.getCssValue('text-align')
.then(value => {
expect(value).toEqual('center');
Expand Down

0 comments on commit 7204ba5

Please sign in to comment.