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

issuables_list_app_spec.js.snap « __snapshots__ « components « issues_list « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c327b7de827f71fc467acf3857064702fd9e0516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Issuables list component with empty issues response with all state should display a catch-all if there are no issues to show 1`] = `
<gl-empty-state-stub
  svgpath="/emptySvg"
  title="There are no issues to show"
/>
`;

exports[`Issuables list component with empty issues response with closed state should display a message "There are no closed issues" if there are no closed issues 1`] = `"There are no closed issues"`;

exports[`Issuables list component with empty issues response with empty query should display the message "There are no open issues" 1`] = `"There are no open issues"`;

exports[`Issuables list component with empty issues response with query in window location should display "Sorry, your filter produced no results" if filters are too specific 1`] = `"Sorry, your filter produced no results"`;