Skip to content

Commit

Permalink
fix(ZNTA-2391): add Id to react admin page selenium tests use
Browse files Browse the repository at this point in the history
  • Loading branch information
efloden committed Feb 16, 2018
1 parent 9f219fe commit ee3101a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/zanata-frontend/src/app/containers/Admin/index.js
Expand Up @@ -57,7 +57,8 @@ class Admin extends Component {
<h1>Administration</h1>
<Col xs={12} sm={5} lg={3}>
<ListGroup>
<ListGroupItem href='/admin/server_configuration.xhtml'>
<ListGroupItem id='Admin_Server_configuration_home'
href='/admin/server_configuration.xhtml'>
<Icon name='settings' className='s2' />
Server configuration
</ListGroupItem>
Expand Down

0 comments on commit ee3101a

Please sign in to comment.