forked from RedHatInsights/insights-inventory-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Mock GET groups related requests (RedHatInsights#1793)
This serves as a temporary solution for the missing GET endpoints implementation on the API level. This will allow QEs to open the views and find required components selectors.
- Loading branch information
Showing
3 changed files
with
67 additions
and
12 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
cypress/fixtures/groups/Ba8B79ab5adC8E41e255D5f8aDb8f1F3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"count": 1, | ||
"page": 1, | ||
"per_page": 50, | ||
"results": [ | ||
{ | ||
"name": "ea velit incididunt", | ||
"updated_at": "1998-04-17T22:00:00.0Z", | ||
"id": "620f9ae75A8F6b83d78F3B55Af1c4b2C", | ||
"account": "irure ea exercitation adipisicing velit", | ||
"org_id": "non", | ||
"created_at": "1994-07-28T22:00:00.0Z", | ||
"host_ids": [ | ||
"00fcC027-F4e3-aB4D-3eB9-392B09E4E9eC", | ||
"82c882beA274db74bA79Dad9695CDdcD", | ||
"374ECeB4-4aA6-637a-A5d8-eBD40A51EED8", | ||
"12f6cdf2-fBcA-EF8A-3cC1-739627825F5B", | ||
"37F4D8D9-A1Bd-cEE7-1Bcc-A03A20589B1B", | ||
"ab29a822dA3259bf4a80A586Bd2e16E0", | ||
"0ed9cfebEb3bfdB9A6F51757008dFB2F", | ||
"4ddCF8Ee4a5DF968CBCaaaed16F5c55f", | ||
"3cfF3e49-35Af-fD3E-62eb-c4eBDa0Ac3fF", | ||
"8ce37289-4B8f-cECF-a3db-94f9F9ACB45a", | ||
"Fd60B4f79D74507bDE8be6913caFDa8e", | ||
"BbEAB14B-9A1f-eDFB-9c3B-eF0C6b6CB4dF", | ||
"14FA22F08BBFf6f9738cBED71aFf66eE", | ||
"fcF870cc-8C3C-8ba9-FcdA-dff79Ba0e2dE", | ||
"38B60BDf17c9E6C9Cdd11840aCb4e804", | ||
"C306bEc5EAF6BfD025fa6f48b3BeAF43", | ||
"83CE42Eadccd8b2e5E5Aca1eaBAB55aa", | ||
"4da9f2C5d6C1Ce6EE2f3D7BBC974E7c3", | ||
"CaaE8C2e-C67c-41b3-5EB8-5Fd233eC9FdC" | ||
] | ||
} | ||
], | ||
"total": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters