Skip to content

Commit 8b4f9a5

Browse files
author
Dhirenderchoudhary
committed
message fix
1 parent e38c35a commit 8b4f9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/components/user-status-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module('Integration | Component | user-status', function (hooks) {
4646
assert.dom('[data-test-status]').containsText('You are Idle');
4747
assert
4848
.dom('[data-test-update-status-OOO]')
49-
.containsText('Request OOO Status');
49+
.containsText('Request OOO');
5050
});
5151

5252
test('show relevant data when status is OOO', async function (assert) {

0 commit comments

Comments
 (0)