Skip to content

Commit

Permalink
Regen snapshots | Fixes liferay#543
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Feb 15, 2018
1 parent 430f922 commit 99c5df0
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,30 @@ exports[`ClayManagementToolbar should render a management toolbar with id in act
</nav>
`;

exports[`ClayManagementToolbar should render a management toolbar with only search 1`] = `
<nav class="management-bar management-bar-light navbar navbar-expand-md">
<div class="container-fluid container-fluid-max-xl">
<div class="navbar-form navbar-form-autofit">
<form role="search">
<div class="input-group">
<div class="input-group-item">
<input aria-label="Search" class="form-control input-group-inset input-group-inset-after" placeholder="Search for..." ref="search" type="text">
<span class="input-group-inset-item input-group-inset-item-after">
<button class="btn btn-unstyled" aria-label="search" type="submit">
<svg aria-hidden="true" class="lexicon-icon lexicon-icon-search">
<title>search</title>
<use xlink:href="../node_modules/clay/lib/images/icons/icons.svg#search"></use>
</svg>
</button>
</span>
</div>
</div>
</form>
</div>
</div>
</nav>
`;

exports[`ClayManagementToolbar should render a management toolbar with plus button with more than one option 1`] = `
<nav class="management-bar management-bar-light navbar navbar-expand-md">
<div class="container">
Expand Down

0 comments on commit 99c5df0

Please sign in to comment.