debian-mirror-gitlab/spec/frontend/sidebar/__snapshots__/todo_spec.js.snap
2021-03-11 19:13:27 +05:30

33 lines
652 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SidebarTodo template renders component container element with proper data attributes 1`] = `
<button
aria-label="Mark as done"
class="gl-button btn btn-default btn-todo issuable-header-btn float-right"
data-issuable-id="1"
data-issuable-type="epic"
type="button"
>
<gl-icon-stub
class="todo-undone"
name="todo-done"
size="16"
style="display: none;"
/>
<span
class="issuable-todo-inner"
>
Mark as done
</span>
<gl-loading-icon-stub
color="dark"
inline="true"
label="Loading"
size="sm"
style="display: none;"
/>
</button>
`;