🌐 AI搜索 & 代理 主页
Skip to content

Commit d2d1765

Browse files
authored
Update popover.spec.js
1 parent bb89a71 commit d2d1765

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/popover/popover.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ describe('b-popover', () => {
160160
expect($button.exists()).toBe(true)
161161
expect($button.attributes('id')).toBeDefined()
162162
expect($button.attributes('id')).toEqual('foo')
163-
expect($button.attributes('title')).toBeDefined()
164163
expect($button.attributes('data-original-title')).not.toBeDefined()
165164
// ID of the tooltip that will be in the body
166165
const adb = $button.attributes('aria-describedby')

0 commit comments

Comments
 (0)