Merge pull request #5361 from mabashian/logout-id

Adds id attribute to logout button

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-11-20 16:15:53 +00:00
committed by GitHub

View File

@@ -117,6 +117,7 @@ class PageHeaderToolbar extends Component {
key="logout"
component="button"
onClick={onLogoutClick}
id="logout-button"
>
{i18n._(t`Logout`)}
</DropdownItem>,