[ARVADOS-WORKBENCH2] updated: 2.3.0-59-g17dfef9d
Git user
git at public.arvados.org
Wed Dec 15 21:16:20 UTC 2021
Summary of changes:
src/components/search-input/search-input.test.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 17dfef9d2440ddbac9cd8eac0ec8be721b42cc09 (commit)
from d147177d6a86c45e41e921f119aa87609f4b89e9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 17dfef9d2440ddbac9cd8eac0ec8be721b42cc09
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Wed Dec 15 22:15:36 2021 +0100
17579: added better description for the test
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/src/components/search-input/search-input.test.tsx b/src/components/search-input/search-input.test.tsx
index db05e5d8..c57d3608 100644
--- a/src/components/search-input/search-input.test.tsx
+++ b/src/components/search-input/search-input.test.tsx
@@ -96,7 +96,7 @@ describe("<SearchInput />", () => {
});
describe("on input target change", () => {
- it("clears input on target change", () => {
+ it("clears the input value on selfClearProp change", () => {
const searchInput = mount(<SearchInput selfClearProp="abc" value="123" onSearch={onSearch} debounce={1000}/>);
searchInput.setProps({ selfClearProp: 'aaa' });
jest.runTimersToTime(1000);
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list