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

mr_widget_pipeline_failed_spec.js.snap « __snapshots__ « states « components « vue_mr_widget « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a124008b36a7ae2f5391eba9e92be31dd853b822 (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
    showdisabledbutton="true"
    status="warning"
  />
   
  <div
    class="media-body space-children"
  >
    <span
      class="bold"
    >
      <gl-sprintf-stub
        message="The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
      />
    </span>
  </div>
</div>
`;