fix yarn lint

This commit is contained in:
ogerly 2021-05-06 15:11:04 +02:00
parent dc547bb16c
commit 10029e3cec
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ describe('DashboardLayoutGdd', () => {
//it('has third item "My profile" in navbar', () => {
// expect(navbar.findAll('ul > li').at(2).text()).toEqual('site.navbar.my-profil')
//})
//
//
//it.skip('has third item "My profile" linked to profile in navbar', async () => {
// navbar.findAll('ul > li > a').at(2).trigger('click')
// await flushPromises()

View File

@ -9,7 +9,7 @@
<b-nav-item href="#!" to="/transactions">
<b-nav-text class="p-0 text-lg text-muted">{{ $t('transactions') }}</b-nav-text>
</b-nav-item>
<!--
<!--
<b-nav-item href="#!" to="/profile">
<b-nav-text class="p-0 text-lg text-muted">{{ $t('site.navbar.my-profil') }}</b-nav-text>
</b-nav-item>