noeunkim commented on code in PR #52437:
URL: https://github.com/apache/airflow/pull/52437#discussion_r2186965123
##########
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:
Really appreciate you catching this! It was a human error:
- initially thought `Advanced Search` should be deactivated for all
components -> was misunderstanding
- just rolled back the test and settings, so now it only affects the Dag
Runs page
Thanks again!
--
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]