We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46da0e5 commit 2ce838dCopy full SHA for 2ce838d
extensions/amp-base-carousel/0.1/test-e2e/test-carousel.js
@@ -59,8 +59,7 @@ describes.endtoend(
59
await expect(slidesRects[0].width).to.equal(pageWidth);
60
});
61
62
- // TODO(#24195): fix this flaky test.
63
- it.skip('should layout the two adjacent slides', async function () {
+ it('should layout the two adjacent slides', async function () {
64
const [firstSlideRect, secondSlideRect, lastSlideRect] = [
65
await controller.getElementRect(await getSlide(controller, 0)),
66
await controller.getElementRect(await getSlide(controller, 1)),
0 commit comments