Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Sep 6, 2024
1 parent 63cd3fc commit 0ae7cd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ QUnit.module('MessageBox', moduleConfig, () => {
assert.strictEqual(disabled, true);
});

QUnit.test('send button should not be disabled after entering any character and then removing it', function(assert) {
QUnit.test('send button should be disabled after entering any character and then removing it', function(assert) {
keyboardMock(this.$input)
.focus()
.type('i')
Expand Down

0 comments on commit 0ae7cd4

Please sign in to comment.