Skip to content

Commit cdd0e72

Browse files
committed
DO NOT SUBMIT
1 parent 69b6323 commit cdd0e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/amp-base-carousel/0.1/test-e2e/test-arrows-non-looping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describes.endtoend(
3232
});
3333

3434
// TODO(#40214): fix flaky test.
35-
it.skip('should have the arrows in the correct initial state', async () => {
35+
it.only('should have the arrows in the correct initial state', async () => {
3636
await expect(css(prevArrow, 'opacity')).to.equal('0');
3737
await expect(css(nextArrow, 'opacity')).to.equal('1');
3838
});

0 commit comments

Comments
 (0)