noeunkim commented on code in PR #52437:
URL: https://github.com/apache/airflow/pull/52437#discussion_r2189165864
##########
airflow-core/src/airflow/ui/src/components/SearchBar.test.tsx:
##########
@@ -25,7 +25,7 @@ import { SearchBar } from "./SearchBar";
describe("Test SearchBar", () => {
it("Renders and clear button works", async () => {
- render(<SearchBar defaultValue="" onChange={vi.fn()} placeHolder="Search
Dags" />, {
+ render(<SearchBar defaultValue="" hideAdvanced={false} onChange={vi.fn()}
placeHolder="Search Dags" />, {
Review Comment:
@pierrejeambrun
just a gentle reminder: could you please check this final step? 😄
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]