diff options
| author | XhmikosR <[email protected]> | 2021-09-03 17:43:05 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-09-03 17:44:35 +0300 |
| commit | 53c35886753666a6050907e1dea7903442ed7c66 (patch) | |
| tree | 9a6462b0117c3e2c684f74f69b02b426ffe4dd87 /js/tests/unit/util | |
| parent | de9715d4a92fb79874b30c0c38b14a851d0fe1ac (diff) | |
| download | bootstrap-main-xmr-eslint-plugin-jasmine.tar.xz bootstrap-main-xmr-eslint-plugin-jasmine.zip | |
Diffstat (limited to 'js/tests/unit/util')
| -rw-r--r-- | js/tests/unit/util/backdrop.spec.js | 1 | ||||
| -rw-r--r-- | js/tests/unit/util/index.spec.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/js/tests/unit/util/backdrop.spec.js b/js/tests/unit/util/backdrop.spec.js index b885b60b5..45c83b1b4 100644 --- a/js/tests/unit/util/backdrop.spec.js +++ b/js/tests/unit/util/backdrop.spec.js @@ -230,6 +230,7 @@ describe('Backdrop', () => { }) }) }) + describe('Config', () => { describe('rootElement initialization', () => { it('Should be appended on "document.body" by default', done => { diff --git a/js/tests/unit/util/index.spec.js b/js/tests/unit/util/index.spec.js index 38e94dc6b..9453aaa4d 100644 --- a/js/tests/unit/util/index.spec.js +++ b/js/tests/unit/util/index.spec.js @@ -433,6 +433,7 @@ describe('Util', () => { expect(Util.isDisabled(el('#select'))).toEqual(false) expect(Util.isDisabled(el('#input'))).toEqual(false) }) + it('should return true if the element has disabled attribute', () => { fixtureEl.innerHTML = [ '<div>', |
