Skip to content

Commit

Permalink
isPresent flake removal
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Jul 9, 2022
1 parent cf4c8e1 commit 9add4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/acceptance/optimize-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ module('Acceptance | optimize', function (hooks) {
let toggledAnything = true;

// Toggle off all memory
if (Optimize.card.togglesTable.toggleAllMemory.isPresent) {
if (Optimize.card.togglesTable.toggleAllMemory) {
await Optimize.card.togglesTable.toggleAllMemory.toggle();
assert.notOk(Optimize.card.togglesTable.tasks[0].memory.isActive);
assert.notOk(Optimize.card.togglesTable.tasks[1].memory.isActive);
Expand Down

0 comments on commit 9add4bb

Please sign in to comment.