Skip to content

Commit 85d791d

Browse files
DhirenderchoudharyDhirenderchoudhary
andauthored
fix: Update OOO request button text (#1116)
* message changed * message fix * lint fix --------- Co-authored-by: Dhirenderchoudhary <dhirenderchoudhary0001@gmailcom>
1 parent c013f54 commit 85d791d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/components/user-status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default class UserStatusComponent extends Component {
2020
},
2121
[USER_STATES.OOO]: {
2222
status: USER_STATES.OOO,
23-
message: 'Request OOO Status',
23+
message: 'Request OOO',
2424
class: 'buttons__ooo',
2525
},
2626
};

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ module('Integration | Component | user-status', function (hooks) {
4444
`);
4545

4646
assert.dom('[data-test-status]').containsText('You are Idle');
47-
assert
48-
.dom('[data-test-update-status-OOO]')
49-
.containsText('Request OOO Status');
47+
assert.dom('[data-test-update-status-OOO]').containsText('Request OOO');
5048
});
5149

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

0 commit comments

Comments
 (0)