mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Fix the rest of the tests
This commit is contained in:
@@ -71,7 +71,12 @@ class RootPage extends React.PureComponent<{
|
||||
>
|
||||
<div className={styles.header} data-testid="toolbar">
|
||||
<div className={styles.headerContent}>
|
||||
<Link to="/" className={styles.logo} onClick={onLogoClick}>
|
||||
<Link
|
||||
to="/"
|
||||
className={styles.logo}
|
||||
onClick={onLogoClick}
|
||||
data-testid="home-page"
|
||||
>
|
||||
<Message {...messages.siteName} />
|
||||
</Link>
|
||||
<div className={styles.userbar}>
|
||||
|
Reference in New Issue
Block a user