e2e
This commit is contained in:
parent
a5bb138fc7
commit
6db49c2296
|
@ -38,7 +38,7 @@ export const ProfilePopup = (props: ProfilePopupProps) => {
|
|||
</A>
|
||||
</li>
|
||||
<li>
|
||||
<A class={styles.action} href={`/author${author()?.slug}`}>
|
||||
<A class={styles.action} href={`/@${author()?.slug}/comments`}>
|
||||
<Icon name="comment" class={styles.icon} />
|
||||
{t('Comments')}
|
||||
</A>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
This is folder with Playwright tests, that are needed to move in /tests dir for wrking on playwright circle
|
Loading…
Reference in New Issue
Block a user