Skip to content

Commit

Permalink
Updating test name
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrareddy7 committed Oct 8, 2023
1 parent 56bda08 commit 70971c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/components/tasks/holder-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ module('Integration | Component | Tasks Holder', function (hooks) {
assert.equal(onTaskUpdateCalled, 1, 'onTaskUpdate should be called once');
});

test('Check if UNASSIGNED and DONE is not in task status options when dev is false', async function (assert) {
test('Check if old task status options are displayed when dev is false', async function (assert) {
this.set('task', tasksData[3]);
this.set('mock', () => {});
this.set('isLoading', false);
Expand Down Expand Up @@ -281,7 +281,7 @@ module('Integration | Component | Tasks Holder', function (hooks) {
}
});

test('Check if UNASSIGNED and DONE is in task status options when dev is true', async function (assert) {
test('Check if new task status options are displayed when dev is true', async function (assert) {
this.set('task', tasksData[3]);
this.set('mock', () => {});
this.set('isLoading', false);
Expand Down

0 comments on commit 70971c6

Please sign in to comment.