test(downloading): add downloading tab & some buttons tests

This commit is contained in:
Alexey Kasyanchuk
2018-12-04 01:50:27 +03:00
parent 7277ffba8f
commit 491b99fd08
6 changed files with 49 additions and 8 deletions

View File

@ -216,6 +216,7 @@ class Header extends React.Component {
/>
<RaisedButton
label={__('Downloads')}
id='downloadTab'
onClick={() => {
window.router('/downloads')
}}