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

Commit 6abff2e

Browse files
authored
Update nav-item-dropdown.spec.js
1 parent a5aca94 commit 6abff2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nav/nav-item-dropdown.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('nav-item-dropdown', () => {
8787
await waitNT(wrapper.vm)
8888

8989
expect(wrapper.element.hasAttribute('id')).toBe(true)
90-
expect(wrapper.attributes('id').toEqual('foo')
90+
expect(wrapper.attributes('id')).toEqual('foo')
9191

9292
const $toggle = wrapper.find('.dropdown-toggle')
9393
expect($toggle.attributes('href')).toEqual('#foo')

0 commit comments

Comments
 (0)