Skip to content

Commit

Permalink
Revert "test : filter and search bar in extension requests page"
Browse files Browse the repository at this point in the history
This reverts commit dc9f85a.
  • Loading branch information
Ajeyakrishna-k committed Jul 31, 2023
1 parent dc9f85a commit b06b4e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 187 deletions.
167 changes: 0 additions & 167 deletions __tests__/extension-requests/extension-requests.test.js

This file was deleted.

40 changes: 20 additions & 20 deletions mock-data/extension-requests/index.js
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
const extensionRequestsList = {
message: 'Extension Requests returned successfully!',
groups: [
message: "Extension Requests returned successfully!",
groups: [
{
assignee: 'ajeyak',
assignee: "ajeyak",

id: 'lGQ3AjUlgNB6Jd8jXaEC',
id: "lGQ3AjUlgNB6Jd8jXaEC",

newEndsOn: 1692149100,
newEndsOn: 1692149100,

oldEndsOn: 1691639385.762,
oldEndsOn: 1691639385.762,

reason: 'a reason, a very good one',
reason: "a reason, a very good one",

status: 'PENDING',
status: "PENDING",

taskId: 'GCYGDiU0lw4fwc3qljSY',
taskId: "GCYGDiU0lw4fwc3qljSY",

timestamp: 1690429937,
timestamp: 1690429937,

title: 'A title',
title: "A title",
},
{
assignee: 'ajeyak',
assignee: "ajeyak",

id: 'QISvF7kAmnD9vXHwwIsG',
id: "QISvF7kAmnD9vXHwwIsG",

newEndsOn: 1690528980,
newEndsOn: 1690528980,

oldEndsOn: 1689954609.948,
oldEndsOn: 1689954609.948,

reason: 'b',
reason: "b",

status: 'APPROVED',
status: "APPROVED",

taskId: 'PYj79ki2agB0q5JN3kUf',
taskId: "PYj79ki2agB0q5JN3kUf",

timestamp: 1689233034,
timestamp: 1689233034,

title: 'j',
title: "j",
},
],
};
Expand Down

0 comments on commit b06b4e8

Please sign in to comment.