Welcome to mirror list, hosted at ThFree Co, Russian Federation.

work_item_relationship_list_spec.js.snap « __snapshots__ « work_item_relationships « components « work_items « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9105e4de5e0a96f4333e518e9188cec9f3a57cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`WorkItemRelationshipList renders linked item list 1`] = `
<div>
  <h4
    class="gl-font-sm gl-font-weight-semibold gl-mb-2 gl-mt-3 gl-mx-2 gl-text-gray-700"
    data-testid="work-items-list-heading"
  >
    Blocking
  </h4>
  <div
    class="work-items-list-body"
  >
    <ul
      class="content-list work-items-list"
    >
      <li
        class="gl-border-b-0! gl-pb-0! gl-pt-0!"
      >
        <work-item-link-child-contents-stub
          canupdate="true"
          childitem="[object Object]"
          childpath="/test-project-path/-/work_items/83"
        />
      </li>
    </ul>
  </div>
</div>
`;