Skip to content

Commit

Permalink
build error last e2e test (works locally)
Browse files Browse the repository at this point in the history
  • Loading branch information
SquadraCorse committed Aug 24, 2014
1 parent 5fa2e49 commit d73a8b5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/e2e/scenarios.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@

describe('Viewports:', function () {

beforeEach(function () {
browser.get('/');
browser.manage().window().setSize(1024, 768);
});
browser.get('/');

it('Do we get desktop image, and does url update on resize', function () {
browser.manage().window().setSize(1024, 768);
expect(element(by.css('img.afkl-lazy-image')).getAttribute('src')).toMatch(/http:\/\/placehold.it\/936x624\/00a1de\/ffffff/);
/*
browser.manage().window().setSize(768, 768);
Expand Down

0 comments on commit d73a8b5

Please sign in to comment.