Skip to content

Commit 2ce838d

Browse files
authored
unskip carousel test thats passing (#40228)
* unskip carousel e2e tests * remove failing tests on CI
1 parent 46da0e5 commit 2ce838d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/amp-base-carousel/0.1/test-e2e/test-carousel.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ describes.endtoend(
5959
await expect(slidesRects[0].width).to.equal(pageWidth);
6060
});
6161

62-
// TODO(#24195): fix this flaky test.
63-
it.skip('should layout the two adjacent slides', async function () {
62+
it('should layout the two adjacent slides', async function () {
6463
const [firstSlideRect, secondSlideRect, lastSlideRect] = [
6564
await controller.getElementRect(await getSlide(controller, 0)),
6665
await controller.getElementRect(await getSlide(controller, 1)),

0 commit comments

Comments
 (0)