Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Aug 28, 2024
1 parent d771032 commit 7896073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Navbar/WNavbar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('WNavbar', () => {
expect(wrapper.html()).toContain('<a href="#build"')
})
it('renders properly pointer icon when active', () => {
console.log(wrapper.html())
expect(wrapper.html()).toContain(`<li class="nav-link"><a href="#build" class="text font-[500] flex cursor-pointer sm:text-white-50 relative p-[8px] m-[-8px] pl-[16px]">
<transition-stub name="fade" appear="false" persisted="false" css="true"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" fill="none" viewBox="0 0 12 13" class="w-sm h-auto absolute top-[16px] left-[4px]">
<path fill="#00E2ED" d="M11.17 6.39 5.89 9.44.61 12.48V.29l5.28 3.05z"></path>
Expand Down

0 comments on commit 7896073

Please sign in to comment.