Merge pull request #4900 from mabashian/fix-snapshot

Fix broken notif list snapshot

Reviewed-by: awxbot
             https://github.com/awxbot
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-10-03 16:52:56 +00:00
committed by GitHub

View File

@@ -404,6 +404,10 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
onSort={[Function]} onSort={[Function]}
qsConfig={ qsConfig={
Object { Object {
"dateFields": Array [
"modified",
"created",
],
"defaultParams": Object { "defaultParams": Object {
"order_by": "name", "order_by": "name",
"page": 1, "page": 1,
@@ -458,6 +462,10 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
onSort={[Function]} onSort={[Function]}
qsConfig={ qsConfig={
Object { Object {
"dateFields": Array [
"modified",
"created",
],
"defaultParams": Object { "defaultParams": Object {
"order_by": "name", "order_by": "name",
"page": 1, "page": 1,
@@ -637,6 +645,24 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
] ]
} }
onSearch={[Function]} onSearch={[Function]}
qsConfig={
Object {
"dateFields": Array [
"modified",
"created",
],
"defaultParams": Object {
"order_by": "name",
"page": 1,
"page_size": 5,
},
"integerFields": Array [
"page",
"page_size",
],
"namespace": "notification",
}
}
sortedColumnKey="name" sortedColumnKey="name"
> >
<I18n <I18n
@@ -668,6 +694,24 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
} }
i18n={"/i18n/"} i18n={"/i18n/"}
onSearch={[Function]} onSearch={[Function]}
qsConfig={
Object {
"dateFields": Array [
"modified",
"created",
],
"defaultParams": Object {
"order_by": "name",
"page": 1,
"page_size": 5,
},
"integerFields": Array [
"page",
"page_size",
],
"namespace": "notification",
}
}
sortedColumnKey="name" sortedColumnKey="name"
> >
<Form <Form