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

mr_widget_pipeline_failed_spec.js.snap « __snapshots__ « states « components « vue_merge_request_widget « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e741bf46601d405445e1a47b732eea7d404cf9b (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`PipelineFailed should render error message with a disabled merge button 1`] = `
<div
  class="mr-widget-body media"
>
  <status-icon-stub
    show-disabled-button="true"
    status="warning"
  />
   
  <div
    class="media-body space-children"
  >
    <span
      class="gl-ml-0! gl-text-body! bold"
    >
      <gl-sprintf-stub
        message="Merge blocked: pipeline must succeed. Push a commit that fixes the failure, or %{linkStart}learn about other solutions.%{linkEnd}"
      />
    </span>
  </div>
</div>
`;