From bbb2deb53e8b213d5a60743ba1e2f6cacce7705e Mon Sep 17 00:00:00 2001 From: Robert Nemes Date: Tue, 16 Jul 2024 18:31:53 +0100 Subject: [PATCH 1/2] Fixed FixLog missing sort buttons --- .../AssertionTypes/DictAssertions/FixLogAssertion.js | 2 +- .../__tests__/__snapshots__/FixLogAssertion.test.js.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testplan/web_ui/testing/src/AssertionPane/AssertionTypes/DictAssertions/FixLogAssertion.js b/testplan/web_ui/testing/src/AssertionPane/AssertionTypes/DictAssertions/FixLogAssertion.js index efb7fe021..5ce59c3d5 100644 --- a/testplan/web_ui/testing/src/AssertionPane/AssertionTypes/DictAssertions/FixLogAssertion.js +++ b/testplan/web_ui/testing/src/AssertionPane/AssertionTypes/DictAssertions/FixLogAssertion.js @@ -59,7 +59,7 @@ export default function FixLogAssertion(props) { return ( diff --git a/testplan/web_ui/testing/src/AssertionPane/AssertionTypes/DictAssertions/__tests__/__snapshots__/FixLogAssertion.test.js.snap b/testplan/web_ui/testing/src/AssertionPane/AssertionTypes/DictAssertions/__tests__/__snapshots__/FixLogAssertion.test.js.snap index 5a13a0d47..ebef691ca 100644 --- a/testplan/web_ui/testing/src/AssertionPane/AssertionTypes/DictAssertions/__tests__/__snapshots__/FixLogAssertion.test.js.snap +++ b/testplan/web_ui/testing/src/AssertionPane/AssertionTypes/DictAssertions/__tests__/__snapshots__/FixLogAssertion.test.js.snap @@ -2,7 +2,7 @@ exports[`FixLogAssertion shallow renders the correct HTML structure 1`] = ` Date: Tue, 16 Jul 2024 18:35:48 +0100 Subject: [PATCH 2/2] Added newsfragment --- doc/newsfragments/2945_fix.fixlog_sort_button.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/2945_fix.fixlog_sort_button.rst diff --git a/doc/newsfragments/2945_fix.fixlog_sort_button.rst b/doc/newsfragments/2945_fix.fixlog_sort_button.rst new file mode 100644 index 000000000..ba4037832 --- /dev/null +++ b/doc/newsfragments/2945_fix.fixlog_sort_button.rst @@ -0,0 +1 @@ +Fixed FixLog assertion not showing sort buttons on the web UI. \ No newline at end of file