Skip to content

Commit

Permalink
Add TODO comment on flaky integration test
Browse files Browse the repository at this point in the history
Co-authored-by: Iris Benoit-Martin <[email protected]>
Co-authored-by: Laura Bergoens <[email protected]>
Co-authored-by: Jérémie Jadé <[email protected]>
  • Loading branch information
4 people committed Sep 30, 2024
1 parent de78ade commit 06a01d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ module('Integration | Component | alternatives', function(hooks) {

assert.dom(screen.queryByText('ceci est une alternative validée')).exists();
assert.dom(screen.queryByText('ceci est une alternative proposée')).exists();
// TODO: unflake
assert.dom(screen.queryByText('ceci est une alternative périmée')).exists();
});

Expand Down

0 comments on commit 06a01d0

Please sign in to comment.