Skip to content

Commit

Permalink
DO NOT SUBMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinmombay committed Jan 14, 2025
1 parent 69b6323 commit cdd0e72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describes.endtoend(
});

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

0 comments on commit cdd0e72

Please sign in to comment.