Skip to content

Commit

Permalink
Merge branch 'Add-UNASSIGNED-and-DONE-in-task-status-options' of http…
Browse files Browse the repository at this point in the history
…s://github.com/chandrareddy7/website-my into Add-UNASSIGNED-and-DONE-in-task-status-options
  • Loading branch information
chandrareddy7 committed Oct 27, 2023
2 parents d84b4cc + 202bfcc commit 2a94838
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/components/tasks/holder-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ module('Integration | Component | Tasks Holder', function (hooks) {
const optionValue = taskStatusList.options[i].value;
assert.ok(oldTaskKeys.includes(optionValue));
}
assert.equal(taskStatusList.options.length, 13);
});

test('Check if new task status options are displayed when dev is true', async function (assert) {
Expand Down Expand Up @@ -337,7 +336,6 @@ module('Integration | Component | Tasks Holder', function (hooks) {
const optionValue = taskStatusList.options[i].value;
assert.ok(newTaskKeys.includes(optionValue));
}
assert.equal(taskStatusList.options.length, 12);
});

test('Verify task status update to DONE when dev is true', async function (assert) {
Expand Down

0 comments on commit 2a94838

Please sign in to comment.