Commit 79cd4de0 authored by Robert Hunt's avatar Robert Hunt

Updated static fixture to use new HTML output

parent b9b08f62
<div> <div>
<div class="dropdown inline"> <div class="dropdown inline">
<button class="dropdown-menu-toggle" data-toggle="dropdown" id="js-project-dropdown" type="button"> <button
<div class="dropdown-toggle-text"> class="dropdown-menu-toggle"
Projects data-toggle="dropdown"
</div> id="js-project-dropdown"
<i class="fa fa-chevron-down dropdown-toggle-caret js-projects-dropdown-toggle"></i> type="button"
</button> >
<div class="dropdown-menu dropdown-select dropdown-menu-selectable"> <div class="dropdown-toggle-text">
<div class="dropdown-title"> Projects
<span>Go to project</span> </div>
<button aria="{:label=&gt;&quot;Close&quot;}" class="dropdown-title-button dropdown-menu-close"> <i class="fa fa-chevron-down dropdown-toggle-caret js-projects-dropdown-toggle"></i>
<i class="fa fa-times dropdown-menu-close-icon"></i> </button>
</button> <div class="dropdown-menu dropdown-select dropdown-menu-selectable">
</div> <div class="dropdown-title gl-display-flex gl-align-items-center">
<div class="dropdown-input"> <span class="gl-ml-auto">Go to project</span>
<input class="dropdown-input-field" placeholder="Filter results" type="search"> <button
<i class="fa fa-search dropdown-input-search"></i> aria-label="Close"
</div> type="button"
<div class="dropdown-content"></div> class="btn dropdown-title-button dropdown-menu-close gl-ml-auto btn-default btn-sm gl-button btn-default-tertiary btn-icon"
<div class="dropdown-loading"> >
<i class="fa fa-spinner fa-spin"></i> <svg data-testid="close-icon" class="gl-icon s16 dropdown-menu-close-icon">
</div> <use
</div> href="/assets/icons-795a2ef2fd636a0538bbef3b8d2787dd90927b42d7617fdda8620930016b333d.svg#close"
</div> ></use>
</svg>
</button>
</div>
<div class="dropdown-input">
<input class="dropdown-input-field" placeholder="Filter results" type="search" />
<i class="fa fa-search dropdown-input-search"></i>
</div>
<div class="dropdown-content"></div>
<div class="dropdown-loading">
<i class="fa fa-spinner fa-spin"></i>
</div>
</div>
</div>
</div> </div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment