Skip to content

Commit

Permalink
Fix hidden manually test.
Browse files Browse the repository at this point in the history
Did not actually test programmatically closing the message since it was
closed automatically at some point.

Test does fail now (see adopted-ember-addons#138).
  • Loading branch information
ttill committed Mar 27, 2020
1 parent 5d711d4 commit b9aa293
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/components/ember-notify-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ describe('EmberNotifyComponent', function() {
let start = new Date();
let component = this.subject();
let message = component.show({
text: 'Hello world',
closeAfter: 500,
removeAfter: 100
text: 'Hello world'
});

this.render();
Expand Down

0 comments on commit b9aa293

Please sign in to comment.