Skip to content

Commit

Permalink
unskip carousel test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyx committed Apr 9, 2020
1 parent 44f4e48 commit c48fe93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-base-carousel/0.1/test-e2e/test-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describes.endtoend(
await expect(prop(el, 'scrollLeft')).to.equal(scrollLeft);
});

it.skip('should have the correct scroll position when resizing', async function () {
it('should have the correct scroll position when resizing', async function () {
this.timeout(testTimeout);
// Note: 513 seems to be the smallest settable width.
await controller.setWindowRect({
Expand Down

0 comments on commit c48fe93

Please sign in to comment.