Skip to content

Commit

Permalink
test: fix test, close #313
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jul 5, 2019
1 parent 7497c50 commit c855304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test('check block sizes', async t => {
await t.navigateTo(gridColPage.url)
.expect(gridColPage.colums.count).eql(12)
.resizeWindow(500, 500)
.expect(gridColPage.colums.nth(0).clientWidth).eql(29)
.expect(gridColPage.colums.nth(0).clientWidth).eql(30)
.navigateTo(gridRowPage.url)
.expect(gridRowPage.rows.count).eql(12)
.resizeWindow(500, 500)
Expand Down

0 comments on commit c855304

Please sign in to comment.