From 82505cd43a8539088803c14633131a3297f5ba99 Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 3 Oct 2019 12:19:50 -0400 Subject: [PATCH] Fix broken notif list snapshot --- .../OrganizationNotifications.test.jsx.snap | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/awx/ui_next/src/screens/Organization/OrganizationNotifications/__snapshots__/OrganizationNotifications.test.jsx.snap b/awx/ui_next/src/screens/Organization/OrganizationNotifications/__snapshots__/OrganizationNotifications.test.jsx.snap index 3049367398..971793a30b 100644 --- a/awx/ui_next/src/screens/Organization/OrganizationNotifications/__snapshots__/OrganizationNotifications.test.jsx.snap +++ b/awx/ui_next/src/screens/Organization/OrganizationNotifications/__snapshots__/OrganizationNotifications.test.jsx.snap @@ -404,6 +404,10 @@ exports[` initially renders succesfully 1`] = ` onSort={[Function]} qsConfig={ Object { + "dateFields": Array [ + "modified", + "created", + ], "defaultParams": Object { "order_by": "name", "page": 1, @@ -458,6 +462,10 @@ exports[` initially renders succesfully 1`] = ` onSort={[Function]} qsConfig={ Object { + "dateFields": Array [ + "modified", + "created", + ], "defaultParams": Object { "order_by": "name", "page": 1, @@ -637,6 +645,24 @@ exports[` initially renders succesfully 1`] = ` ] } 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" > initially renders succesfully 1`] = ` } i18n={"/i18n/"} 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" >