Fix the rest of the tests

This commit is contained in:
SleepWalker
2019-12-29 18:26:51 +02:00
parent f8ae8282ed
commit 5ca4c323c7
10 changed files with 128 additions and 87 deletions

View File

@@ -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}>