Add spec to verify app.isAccessibilitySupportEnabled return type
This commit is contained in:
parent
34f7ddec9f
commit
67b647322f
1 changed files with 6 additions and 0 deletions
|
@ -339,4 +339,10 @@ describe('app module', function () {
|
|||
})
|
||||
})
|
||||
})
|
||||
|
||||
describe('isAccessibilitySupportEnabled API', function () {
|
||||
it('returns whether the Chrome has accessibility APIs enabled', function () {
|
||||
assert.equal(app.isAccessibilitySupportEnabled(), 'boolean')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue