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 69b6323 commit cdd0e72Copy full SHA for cdd0e72
extensions/amp-base-carousel/0.1/test-e2e/test-arrows-non-looping.js
@@ -32,7 +32,7 @@ describes.endtoend(
32
});
33
34
// TODO(#40214): fix flaky test.
35
- it.skip('should have the arrows in the correct initial state', async () => {
+ it.only('should have the arrows in the correct initial state', async () => {
36
await expect(css(prevArrow, 'opacity')).to.equal('0');
37
await expect(css(nextArrow, 'opacity')).to.equal('1');
38
0 commit comments