We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb89a71 commit d2d1765Copy full SHA for d2d1765
src/components/popover/popover.spec.js
@@ -160,7 +160,6 @@ describe('b-popover', () => {
160
expect($button.exists()).toBe(true)
161
expect($button.attributes('id')).toBeDefined()
162
expect($button.attributes('id')).toEqual('foo')
163
- expect($button.attributes('title')).toBeDefined()
164
expect($button.attributes('data-original-title')).not.toBeDefined()
165
// ID of the tooltip that will be in the body
166
const adb = $button.attributes('aria-describedby')
0 commit comments