[CORL-1090] Sections Alpha (#2973)

* feat: added section filtering support

* fix: addressed issues around filtering sections

* fix: fixed issue with section filter
This commit is contained in:
Wyatt Johnson
2020-06-04 13:32:04 +02:00
committed by GitHub
parent 92c72f7041
commit ba08447d5e
54 changed files with 944 additions and 135 deletions
@@ -75,6 +75,7 @@ it("renders rejected queue with comments", async () => {
status: "REJECTED",
storyID: null,
siteID: null,
section: null,
});
return {
edges: [
@@ -114,6 +115,7 @@ it("shows a moderate story", async () => {
status: "REJECTED",
storyID: null,
siteID: null,
section: null,
});
return {
edges: [
@@ -158,6 +160,7 @@ it("renders rejected queue with comments and load more", async () => {
status: GQLCOMMENT_STATUS.REJECTED,
storyID: null,
siteID: null,
section: null,
});
return {
edges: [
@@ -182,6 +185,7 @@ it("renders rejected queue with comments and load more", async () => {
status: GQLCOMMENT_STATUS.REJECTED,
storyID: null,
siteID: null,
section: null,
});
return {
edges: [
@@ -275,6 +279,7 @@ it("approves comment in rejected queue", async () => {
status: "REJECTED",
storyID: null,
siteID: null,
section: null,
});
return {
edges: [