Skip to content

Commit a74a03e

Browse files
committed
test) renaming
1 parent bd1af6b commit a74a03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/binding.core/spec/textInputBehaviors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('Binding: TextInput', function () {
2525
bindingHandlers.set(coreBindings)
2626
})
2727

28-
it('User-Agent detection IE10 + IE11', function () {
28+
it('User-Agent detection for Internet Explorer', function () {
2929
let uaList = [
3030
{ agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/7.0', version: 9 },
3131
{ agent: 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)', version: 10 },

0 commit comments

Comments
 (0)