ashb commented on code in PR #66421:
URL: https://github.com/apache/airflow/pull/66421#discussion_r3189173226


##########
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/Logs.test.tsx:
##########
@@ -134,6 +134,253 @@ describe("Task log grouping", () => {
     await waitFor(() => expect(screen.queryByText(/Marking task as 
SUCCESS/iu)).not.toBeVisible());
   }, 10_000);
 
+  it("renders nested groups correctly", async () => {

Review Comment:
   YEah, bad rebase. Thanks



-- 
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]

Reply via email to