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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/incidents/mocks/incidents.json')
-rw-r--r--spec/frontend/incidents/mocks/incidents.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/spec/frontend/incidents/mocks/incidents.json b/spec/frontend/incidents/mocks/incidents.json
new file mode 100644
index 00000000000..4eab709e53f
--- /dev/null
+++ b/spec/frontend/incidents/mocks/incidents.json
@@ -0,0 +1,39 @@
+[
+ {
+ "iid": "15",
+ "title": "New: Incident",
+ "createdAt": "2020-06-03T15:46:08Z",
+ "assignees": {},
+ "state": "opened"
+ },
+ {
+ "iid": "14",
+ "title": "Create issue4",
+ "createdAt": "2020-05-19T09:26:07Z",
+ "assignees": {
+ "nodes": [
+ {
+ "name": "Benjamin Braun",
+ "username": "kami.hegmann",
+ "avatarUrl": "https://invalid'",
+ "webUrl": "https://invalid"
+ }
+ ]
+ },
+ "state": "opened"
+ },
+ {
+ "iid": "13",
+ "title": "Create issue3",
+ "createdAt": "2020-05-19T08:53:55Z",
+ "assignees": {},
+ "state": "closed"
+ },
+ {
+ "iid": "12",
+ "title": "Create issue2",
+ "createdAt": "2020-05-18T17:13:35Z",
+ "assignees": {},
+ "state": "closed"
+ }
+]