Skip to content

fix(test): add cell_detection parquet files to HETA e2e expected results#669

Closed
olivermeyer wants to merge 1 commit into
mainfrom
test/fix-e2e-test
Closed

fix(test): add cell_detection parquet files to HETA e2e expected results#669
olivermeyer wants to merge 1 commit into
mainfrom
test/fix-e2e-test

Conversation

@olivermeyer

@olivermeyer olivermeyer commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

Why?
Staging now runs HETA 1.2.0 which produces two additional parquet output files (cell_detection_parquet_polygons.parquet and cell_detection_parquet_centers.parquet) that production does not yet emit. Having a single shared expected-results list made it impossible to assert the correct file set per environment.

How?
Moved SPOT_0_EXPECTED_RESULT_FILES and SPOT_1_EXPECTED_RESULT_FILES from top-level defaults into their respective production and staging match arms so each environment can declare its own expected artifacts. The staging lists include the two new cell detection parquet files; the production lists remain unchanged.

Copilot AI review requested due to automatic review settings June 8, 2026 07:35
@olivermeyer olivermeyer requested a review from a team as a code owner June 8, 2026 07:35
@olivermeyer olivermeyer added the skip:test:long_running Skip long-running tests (≥5min) label Jun 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the HETA (he-tme) end-to-end test expectations to account for two newly produced parquet artifacts so the existing CLI/GUI e2e assertions on result contents and file sizes remain aligned with current application outputs.

Changes:

  • Add cell_detection_parquet_polygons.parquet to the expected result file lists for SPOT_0 and SPOT_1.
  • Add cell_detection_parquet_centers.parquet to the expected result file lists for SPOT_0 and SPOT_1.
  • Record expected byte sizes (and tolerances) for both new artifacts.

Comment thread tests/constants_test.py Outdated
@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
880 1 879 14
View the full list of 1 ❄️ flaky test(s)
tests.aignostics.application.gui_test::test_gui_home_to_application[test-app-test-app-This is the test application with two algorithms]

Flake rate in main: 8.82% (Passed 31 times, Failed 3 times)

Stack Traces | 70s run time
user = <nicegui.testing.user.User object at 0x7f58584ea8b0>
application_id = 'test-app', application_name = 'test-app'
expected_text = 'This is the test application with two algorithms'
silent_logging = None
record_property = <function record_property.<locals>.append_property at 0x7f583f023110>

    @pytest.mark.e2e
    @pytest.mark.flaky(retries=2, delay=5, only_on=[AssertionError])
    @pytest.mark.timeout(timeout=60 * 2)
    @pytest.mark.parametrize(
        ("application_id", "application_name", "expected_text"),
        [
            (
                "he-tme",
                "Atlas H&E-TME",
                "The Atlas H&E TME is an AI application",
            ),
            (
                "test-app",
                "test-app",  # TODO(Helmut): Check in with Ari
                "This is the test application with two algorithms",
            ),
        ],
    )
    async def test_gui_home_to_application(  # noqa: PLR0913, PLR0917
        user: User, application_id: str, application_name: str, expected_text: str, silent_logging: None, record_property
    ) -> None:
        """Test that the user sees the specific application page with expected content."""
        record_property("tested-item-id", "SPEC-APPLICATION-SERVICE, SPEC-GUI-SERVICE")
        await user.open("/")
        await user.should_see(application_name, retries=100)
        user.find(marker=f"SIDEBAR_APPLICATION:{application_id}").click()
>       await user.should_see(expected_text, retries=300)

.../aignostics/application/gui_test.py:80: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <nicegui.testing.user.User object at 0x7f58584ea8b0>
target = 'This is the test application with two algorithms'

    async def should_see(self,
                         target: str | type[T] | None = None,
                         *,
                         kind: type[T] | None = None,
                         marker: str | list[str] | None = None,
                         content: str | list[str] | None = None,
                         retries: int = 3,
                         ) -> None:
        """Assert that the page contains an element fulfilling certain filter rules.
    
        Note that there is no scrolling in the user simulation -- the entire page is always *visible*.
        Due to asynchronous execution, sometimes the expected elements only appear after a short delay.
    
        By default `should_see` makes three attempts to find the element before failing.
        This can be adjusted with the `retries` parameter.
        """
        for _ in range(retries):
            with self._client:
                if self.notify.contains(target) or self._gather_elements(target, kind, marker, content):
                    return
                await asyncio.sleep(0.1)
>       raise AssertionError('expected to see at least one ' + self._build_error_message(target, kind, marker, content))
E       AssertionError: expected to see at least one element with marker=This is the test application with two algorithms or content=This is the test application with two algorithms on the page:
E       q-layout
E        Header [model-value=True, elevated=True, add-scroll-padding=True]
E         Link [href=/, target=_self]
E          Image [src=/assets/logo.png]
E          Tooltip [text=Go to start page]
E         Space
E         Icon [name=construction]
E          Tooltip [text=test-app]
E         Label [text=Test Application]
E         Space
E         DarkMode
E         Button [icon=dark_mode, visible=False]
E         RefreshableContainer
E          Spinner [size=1em, thickness=5.0, flat=True, visible=False]
E          DropdownButton [icon=img:https://s.gravat..., flat=True]
E           Card
E            Row
E             Image [src=https://s.gravatar.c...]
E             Column
E              Label [text=prealpha test (Andre...]
E              Label [text=Admin at pre-alpha-o...]
E              Label [text=Authentication valid...]
E            Separator
E            Row
E             Button [label=Re-authenticate now, icon=switch_account]
E             Space
E             Button [label=Edit Profile, icon=edit]
E         Button [icon=folder_special, flat=True]
E          Tooltip [text=Open data directory...]
E         Button [icon=menu, flat=True]
E          Tooltip [text=Open menu]
E        LeftDrawer [model-value=True, side=left, elevated=True, breakpoint=0]
E         List [bordered=True, separator=True]
E          ItemLabel [text=Applications, header=True]
E          Separator
E          Item [markers=SIDEBAR_APPLICATION:he-tme, clickable=True]
E           ItemSection [avatar=True]
E            Icon [name=biotech]
E             Tooltip [text=he-tme]
E           ItemSection
E            Label [text=Atlas H&E-TME]
E          Item [markers=SIDEBAR_APPLICATION:test-app, clickable=True]
E           ItemSection [avatar=True]
E            Icon [name=construction]
E             Tooltip [text=test-app]
E           ItemSection
E            Label [text=Test Application]
E         List [bordered=True, separator=True]
E          Row
E           ItemLabel [text=Runs, header=True]
E           Input [markers=INPUT_RUNS_FILTER_NOTE_OR_TAGS, for=c47, placeholder=Filter by note or ta..., type=text, rounded=True, outlined=True, dense=True, clearable=True]
E           RunFilterButton [markers=BUTTON_RUNS_FILTER_COMPLETED, name=done_all, size=sm]
E            Tooltip [text=Show completed runs...]
E          Separator
E          RefreshableContainer
E           ScrollArea [id=runs-list-container, content-style=padding-right: 0;]
E            Column
E             Item [markers=SIDEBAR_RUN_ITEM:0:6cf5d072-be55-415f-8749-844502df4da4, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:0, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:1:72feadb4-f937-4bb0-8e5e-6948af56c832, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:1, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:2:ed2d8c66-0731-4292-85ba-ba274b9e30b8, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:2, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:3:c9c191ed-8acf-4801-bc13-babaeec68fb0, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:3, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:4:f243af58-0dc4-4fad-81ee-4ab557c17c48, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:4, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:5:19d7837b-d196-4f60-becd-1b0fba904365, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:5, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:6:24886419-bea5-40bf-9a75-35cd8c706d4f, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:6, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:7:d8535f7d-5ee6-40cc-bfdc-639d83827dc5, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:7, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178091..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:8:0981b2fe-8c0d-407d-81ad-3dab06e1770e, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:8, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:9:541e88b0-7b80-4de2-b1e4-c522a180cfab, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:9, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:10:d5ee94d2-d124-4e3b-80b7-53292a01c7de, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:10, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:11:f5e3aefe-d52e-4ea7-b2a5-0619d2497777, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:11, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:12:508d96dc-0bae-4309-a9e6-cf666540eb0f, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:12, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:13:6906487c-878b-4a31-9c61-fb727de5a7c7, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:13, text=he-tme (1.2.0)]
E               Label [text=6 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:14:c772bfe3-b6dd-49c1-a493-42632cf146af, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:14, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:15:f43a4fff-54af-41f3-a35c-348265de8522, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:15, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178091..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:16:a66d207a-fab0-4325-bb19-79aa358cf1d1, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:16, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:17:3135cc84-3bab-4b64-be47-fb2bfd65a43f, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:17, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:18:046efa74-469d-4ef9-9bf3-62dfe627808c, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:18, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:19:46435335-15e1-4e10-9d22-54108ace62eb, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:19, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:20:eadd0f6a-cafc-4b90-b03d-99b801421552, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:20, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:21:56e46c79-3875-414b-98f5-8702c040d005, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:21, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:22:b8377ec8-f6ae-4b97-a627-9461c5aaa87e, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:22, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:23:8dfa88f0-06de-41e9-a077-48ef6b99ff7b, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:23, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:24:870254b6-f286-4d3f-933d-0da84eb3ae69, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:24, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:25:0a2312bf-170f-4735-803d-ebfd16ac1026, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:25, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:26:032f9717-a585-44dc-8a3c-9613e01f27a9, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:26, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178091..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:27:d7ba4944-6660-4a54-9985-888620780c35, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:27, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:28:d9032549-d9eb-46e8-bb43-44fe9e53536a, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:28, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:29:f8b3d350-922b-484f-976e-b61ca10b06ce, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:29, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:30:f2e99907-3db1-4d37-92ba-05d26ffa5b72, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:30, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:31:9200dd0b-0bdd-4def-9e17-d00624e80f20, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:31, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:32:59ffb4dd-da47-468a-924b-b56a905239fc, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:32, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:33:a48a2b56-88da-4bec-ab36-0f91342a19e9, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:33, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:34:5f1f0b8f-1e78-4ea5-ac97-52fb9b5bcef1, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:34, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:35:6d933115-2091-4ba5-800a-d6348c9276e1, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:35, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:36:10ef83d4-c9f3-42cb-95ba-184abd65e413, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:36, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:37:e8fbb2b9-0b10-4d69-9da2-7f2dbb0a6ba4, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:37, text=he-tme (1.2.0)]
E               Label [text=27 seconds, from 06-...]
E               Row
E                Chip [text=test_metadata_178091..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:38:b12f6766-5813-4626-b760-6bfbac0af550, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:38, text=he-tme (1.2.0)]
E               Label [text=26 seconds, from 06-...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:39:573e972c-802e-4408-ab86-a4b50b458382, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:39, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178091..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:40:04ca6da9-f475-4f94-8d27-3af180a9bd51, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:40, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:41:c8df2fbd-f33e-47ce-bc61-93b54a43d62f, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:41, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:42:bba69f9e-9179-4cf2-8d8d-334694feb0bf, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:42, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:43:54986027-f6f1-48b2-9aae-cb39b1079672, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:43, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:44:f87e1ba6-4ec7-4056-a413-b514a5d52405, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:44, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:45:36a1998b-085e-4c01-9148-cb6fda10592d, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:45, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:46:44ee5eae-9cc6-406e-9a95-0c7a7a592abf, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:46, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:47:46ea81dc-cb9d-40ab-a596-9511932cdd22, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:47, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:48:2b688be2-3af2-4e6a-a9de-b40d8d0766cf, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:48, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:49:4ec35c21-bd3f-4fa2-b923-5969181c4765, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:49, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:50:d5292083-580c-428c-89b0-ba8fb5bf5953, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:50, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:51:9d80dac5-0003-4f0b-90b3-ca59bb57b7a2, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:51, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:52:57669a08-22f3-48af-84e2-254682a32817, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:52, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178091..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:53:c8f422f3-f750-4f8e-b6b2-17f5eac96a7c, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:53, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:54:8d3fe47d-6246-412e-857f-e7c4dd5ccab0, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:54, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:55:2c4c3345-31f5-4155-8b4a-92148f133752, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:55, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:56:7accacb8-adcc-48f7-91d7-aa73afd17995, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:56, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:57:e854b679-f022-4a89-a6c4-37aa7a3a620e, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:57, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:58:44ba45f2-066f-4d5a-8e1a-6eddaa4f345f, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:58, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178091..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:59:b51b8366-5b6a-4066-9a89-16b6d8fa6628, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:59, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:60:b94f9eb8-5c5e-4a25-8002-3487332fd86e, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:60, text=he-tme (1.2.0)]
E               Label [text=6 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:61:94ffe32a-814b-4784-887e-b0641f51fff6, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:61, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:62:4226cdd8-ddce-4f94-9006-f515c50610ac, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:62, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:63:fd41d5c9-8694-4daa-b50c-b0a6387c1d66, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:63, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:64:4b5b84a1-aa46-4234-8a11-d6eded407578, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:64, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-08...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:65:9d19f42e-7e08-43a6-ac1e-1a99a0c4f434, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:65, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:66:65bbfaba-b63a-4951-b9b9-3abc64548fda, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:66, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E             Item [markers=SIDEBAR_RUN_ITEM:67:de65420e-949f-4737-b6b8-ab20319a4d7c, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:67, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:68:2121b70a-0692-4778-9479-3509ead4bc01, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:68, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-08...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:69:8044203d-6313-49c7-8e7b-593ad928275a, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:69, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:70:f12b940e-c844-488a-8c93-15fe85a3a5a2, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:70, text=test-app (1.0.0)]
E               Label [text=27 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:71:2cf52a05-32ba-4fd1-a3ca-56c4751a321c, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:71, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:72:3caa42b8-9c3d-474b-9c0f-751351cf5539, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:72, text=test-app (1.0.0)]
E               Label [text=27 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:73:33e286da-90a2-4043-a84b-f0f02c406b26, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:73, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:74:3599b881-8bb8-443e-8329-7089924ad2b0, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:74, text=test-app (1.0.0)]
E               Label [text=29 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:75:31e25733-a065-4f94-aef7-11e02358b873, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:75, text=he-tme (1.2.0)]
E               Label [text=29 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:76:cc1e76a1-ca1e-4a4e-94ad-c86a4be98da8, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:76, text=test-app (1.0.0)]
E               Label [text=25 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:77:bc7ff54b-f155-4ced-88e3-c92a765d3f50, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:77, text=he-tme (1.2.0)]
E               Label [text=31 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:78:e2219739-7cc0-4fb1-8d76-f6241b8d92c4, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:78, text=test-app (1.0.0)]
E               Label [text=26 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:79:dc69590f-a04d-4489-8b09-85072f5422a7, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:79, text=he-tme (1.2.0)]
E               Label [text=31 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:80:bbae2918-ad84-419b-9662-7d385e2e8cfc, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:80, text=test-app (1.0.0)]
E               Label [text=26 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:81:60e8ddbb-ad87-4e3c-b91d-3e35b595ffc9, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:81, text=he-tme (1.2.0)]
E               Label [text=31 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:82:d2d4a690-0656-4db7-86c5-e83b9a459903, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:82, text=test-app (1.0.0)]
E               Label [text=29 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:83:488e3877-bc8f-44a0-a0b8-cadcd2bd3a59, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:83, text=he-tme (1.2.0)]
E               Label [text=29 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:84:86ff3d95-41d7-4e28-8e11-423d6abb4674, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:84, text=test-app (1.0.0)]
E               Label [text=31 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:85:e8bf21b6-b105-4085-9dc4-b961ee1bd85d, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:85, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:86:a6d9ecc4-c6b7-4580-9052-381e8f0c0866, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:86, text=test-app (1.0.0)]
E               Label [text=26 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:87:2f08d4fd-dbe4-4ce7-8212-1f6f3306bd9b, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:87, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:88:f743e7a7-c94c-4da3-a3d5-13cf62c137a3, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:88, text=test-app (1.0.0)]
E               Label [text=29 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:89:e73ac776-0c62-48b3-8b9f-59806e5a87fc, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:89, text=he-tme (1.2.0)]
E               Label [text=31 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:90:6c20e60b-ac5d-4bcc-be95-5e8a2282ea9b, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:90, text=test-app (1.0.0)]
E               Label [text=27 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:91:c2f457a2-cc69-4dd2-a3f7-9c72645c86f2, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:91, text=he-tme (1.2.0)]
E               Label [text=31 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:92:4e63e6c4-fb5d-41cc-9a99-cdcfef260f81, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:92, text=test-app (1.0.0)]
E               Label [text=26 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:93:90e3ad1d-391d-4010-9514-6f3dfc0b512a, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:93, text=he-tme (1.2.0)]
E               Label [text=31 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:94:8e358382-db26-44b5-8026-0c625148c81c, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:94, text=test-app (1.0.0)]
E               Label [text=30 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:95:ab1a48df-b112-4c2b-89b3-0cdf289f5972, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:95, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:96:6f8997f5-22af-477d-adbc-e1dac4f5acf8, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:96, text=test-app (1.0.0)]
E               Label [text=28 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:97:a63bf7de-698c-451f-bee6-4279b89b978d, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:97, text=he-tme (1.2.0)]
E               Label [text=31 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:98:d3dcf967-7c98-435c-a147-2e309667063e, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:98, text=test-app (1.0.0)]
E               Label [text=27 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:99:c663533d-5163-47f9-8bd7-e4d0bc6f6ea6, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:99, text=he-tme (1.2.0)]
E               Label [text=25 minutes, from 06-...]
E             Item [markers=SIDEBAR_RUN_ITEM:100:a283803c-7a2a-46d4-8bbb-fa044a7f205a, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:100, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_gui_tag1, model-value=True, clickable=True]
E                Chip [text=test_gui_tag2, model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:101:c100cf12-54ff-4776-8500-7993027ebb25, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:101, text=he-tme (1.2.0)]
E               Label [text=4 seconds, from 06-0...]
E               Row
E                Chip [text=test_gui_cli_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:102:31fe5d0a-d237-4087-80a6-c605c2f45f97, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:102, text=he-tme (1.2.0)]
E               Label [text=8 seconds, from 06-0...]
E               Row
E                Chip [text=cli-test, model-value=True, clickable=True]
E                Chip [text=further-tag, model-value=True, clickable=True]
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:103:ee74393a-1908-46b7-b1ac-5b9d0258900b, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:103, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:104:57f1d1e1-f09c-4cac-b162-e5acb35e4e53, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:104, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178083..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:105:53e30913-2916-4c38-8b78-3fe5c33db156, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:105, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-07...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:106:a018f3a8-176b-4633-8861-06588e61df0d, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:106, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:107:13fb2da5-a76f-40ac-ac29-7d60d2d53895, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:107, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E             Item [markers=SIDEBAR_RUN_ITEM:108:47693d3d-0e89-4e86-b5ec-3b219db2736f, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:108, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:109:15039c01-4a52-49b2-b87e-e01e509fc5d5, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:109, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:110:fb2bc087-0e97-48c5-9cba-382085a76390, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:110, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:111:8441a5c0-6fb2-4ecc-9e78-7ba33fdf1d9a, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:111, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178083..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:112:58ab9d91-997c-4566-844c-83a907e97597, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:112, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-07...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:113:e2f140d1-174c-4a28-936b-856878d87533, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:113, text=he-tme (1.2.0)]
E               Label [text=9 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:114:9b8b1130-9eab-466c-94a4-6c49530d0ef5, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:114, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E             Item [markers=SIDEBAR_RUN_ITEM:115:349ed7b5-c67c-4f25-8092-7b3113f26341, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:115, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:116:ae18924c-14a0-4139-afbf-2dbde2e54b49, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:116, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:117:a45a3b5b-c812-4b7a-8286-957d9d4d3563, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:117, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:118:bdc8b058-e718-48e9-89c8-7c20c18d7c56, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:118, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178083..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:119:a6e89492-d28c-40f3-86fe-85b954b1d6fe, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:119, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-07...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:120:467d85a2-5d13-4c0c-bb12-c762f5b9b961, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:120, text=he-tme (1.2.0)]
E               Label [text=4 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:121:df932a26-7295-4ce9-b6e2-ebe0d7123569, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:121, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E             Item [markers=SIDEBAR_RUN_ITEM:122:98f7d5a3-7a81-4571-8747-f8d1d1688e50, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:122, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:123:db10a754-1892-4a34-903f-66b32436641d, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:123, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:124:fa4c9816-b2e1-4260-8309-0280aff1bf09, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:124, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:125:07d4580c-203e-4777-b747-083bf1ad0e61, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:125, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178083..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:126:0568e03a-5136-4945-b72b-2147af710ef7, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:126, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-07...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:127:e91ee675-2b2f-40a0-b95e-da890041966a, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:127, text=he-tme (1.2.0)]
E               Label [text=6 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:128:f87e17fd-87f8-4fa5-abfd-2ee55e881fd5, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:128, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E             Item [markers=SIDEBAR_RUN_ITEM:129:1887f3bd-5cc5-47d2-8096-ded074bdc7af, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:129, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:130:cdafce6d-4fbb-42fc-b801-67ee8fc814f1, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:130, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-07...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:131:1d338872-978b-4466-9cff-b9ae01213dbe, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:131, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:132:79a16134-d45a-4244-b92b-f6da7770303e, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:132, text=test-app (1.0.0)]
E               Label [text=26 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:133:5182f9e3-615f-4e88-bfd0-70f8f6034b96, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:133, text=he-tme (1.2.0)]
E               Label [text=31 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:134:60bacf99-21c2-4c09-b629-ed35b769e7b0, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:134, text=test-app (1.0.0)]
E               Label [text=26 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:135:6c19c474-81b8-43b8-8ce7-8c1503ff6fdd, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:135, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:136:5e4f7397-7501-464c-981f-02cc7d08c4d4, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:136, text=test-app (1.0.0)]
E               Label [text=29 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:137:78134096-a1d0-4074-b825-786cdb763b88, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:137, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:138:27ed965f-ef52-4cda-9bde-4e34c2f91ae9, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:138, text=test-app (1.0.0)]
E               Label [text=29 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:139:0c5ee223-255a-4031-8e16-3426fc36b440, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:139, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:140:b34eaef2-7567-4ed7-9c3a-53362f7bee3e, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:140, text=test-app (1.0.0)]
E               Label [text=24 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:141:bd2a01cd-6bf6-4e16-ac2f-4c57e45a6d8f, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:141, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:142:78747b06-d0f4-4443-8a2e-6156517253b8, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:142, text=test-app (1.0.0)]
E               Label [text=25 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:143:0e697352-a882-4e22-91b0-971a95ac60c6, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:143, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:144:460890fe-8bd8-47aa-8eeb-87ef6098e875, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:144, text=test-app (1.0.0)]
E               Label [text=27 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:145:26e01041-ec17-4235-9d9e-ced02b04c164, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:145, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:146:4b3180a8-e412-4b8e-8182-c70e84a4c0f1, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:146, text=test-app (1.0.0)]
E               Label [text=26 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:147:a6cd9cfe-4b7b-42a7-90a5-418d667ebf8c, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:147, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:148:58a83d96-0921-4f1b-b937-c813da31f105, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:148, text=test-app (1.0.0)]
E               Label [text=26 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:149:4fe66953-b563-4127-9f42-6d2cdc32dab4, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:149, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:150:45af1979-d642-4fdc-acdb-4bed3070a70f, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:150, text=test-app (1.0.0)]
E               Label [text=27 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:151:b0272161-bb05-4c0c-9cc6-daf94da32ba2, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:151, text=he-tme (1.2.0)]
E               Label [text=31 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:152:d3e0d45e-9132-44e4-a462-5c4e7f05f49c, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:152, text=test-app (1.0.0)]
E               Label [text=29 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:153:5c2cf964-b6fc-4841-9a0a-0d0b5d27f0d7, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:153, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:154:720ff4ec-2edf-4615-8720-ac7ea970726b, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:154, text=test-app (1.0.0)]
E               Label [text=24 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:155:2b88a7a0-5496-4e4a-aab3-3d7d963e565d, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:155, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:156:0ca14358-0f95-41d1-bc54-335bc47e9e6d, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:156, text=test-app (1.0.0)]
E               Label [text=26 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:157:50c49a35-5eec-452a-b1a4-db87cb533be6, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:157, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:158:e04313e7-4ac5-411c-b25d-fdadd338ef76, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:158, text=test-app (1.0.0)]
E               Label [text=28 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:159:e1d76147-417d-4656-8f10-9da14ca0009e, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:159, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:160:766dd415-2c48-4a3a-acf2-0de88154c61b, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:160, text=test-app (1.0.0)]
E               Label [text=31 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:161:81493088-d389-41c8-acb6-e82f268e8914, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:161, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:162:7737513f-1444-4aed-b1a8-2a3da5ec6b61, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:162, text=test-app (1.0.0)]
E               Label [text=29 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:163:4b6f1e27-e426-4975-80ff-cf6ab4476b7e, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:163, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:164:b77d8ee1-75ab-4e06-94d0-012e4f5c4faf, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:164, text=test-app (1.0.0)]
E               Label [text=28 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:165:7cac7113-fd5f-4c1c-8c8a-533b9942b1f3, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:165, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:166:a550b67d-c37c-4104-85e5-37707db5c951, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:166, text=test-app (1.0.0)]
E               Label [text=25 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:167:7b6b486a-61d1-4f49-9f1d-334e4d9bfe54, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:167, text=he-tme (1.2.0)]
E               Label [text=30 minutes, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_heta_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:168:06673ddd-e2fb-4269-b3de-f4d72727c08e, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=3, max=3, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=3 of 3 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:168, text=test-app (1.0.0)]
E               Label [text=29 seconds, from 06-...]
E               Row
E                Chip [text=find_and_validate:6_..., model-value=True, clickable=True]
E                Chip [text=scheduled, model-value=True, clickable=True]
E                Chip [text=test_platform_test_a..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:169:7a9f6b39-b497-4c81-8e89-a47e583f4d63, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [value=1, max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=sports_score]
E                 Tooltip [text=1 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:169, text=he-tme (1.2.0)]
E               Label [text=24 minutes, from 06-...]
E             Item [markers=SIDEBAR_RUN_ITEM:170:b29892ce-2c2d-46dd-9210-3a273fdc86ef, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:170, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_gui_tag1, model-value=True, clickable=True]
E                Chip [text=test_gui_tag2, model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:171:20ac840b-55f7-463f-ac3b-82cc8d0950c8, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:171, text=he-tme (1.2.0)]
E               Label [text=4 seconds, from 06-0...]
E               Row
E                Chip [text=test_gui_cli_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:172:c97f4c60-867a-4537-927f-1cbfbf4cd0d2, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:172, text=he-tme (1.2.0)]
E               Label [text=10 seconds, from 06-...]
E               Row
E                Chip [text=cli-test, model-value=True, clickable=True]
E                Chip [text=further-tag, model-value=True, clickable=True]
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:173:45aabe65-a6d6-4392-9451-5bd90056a783, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:173, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:174:4b3f5ee8-5353-470d-a97c-e7b3262b528d, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:174, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178075..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:175:01d71a43-bdf3-4285-acb0-80e4ee23c9d2, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:175, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-06...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:176:c9afd82e-da87-43e9-a81a-b7793d45bb67, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:176, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:177:3fe72fef-27d7-4a09-8c42-8e9312751fa9, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:177, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E             Item [markers=SIDEBAR_RUN_ITEM:178:d88c7873-5118-4733-96f3-4d37fe05fcea, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:178, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:179:dfaf2871-0e4b-4562-a95b-d645faca2dc1, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:179, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:180:f2cc370e-fb74-493d-bdf6-e01538df71dd, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:180, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:181:efd7642e-df90-4869-a5bb-b9cfb9c71508, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:181, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178075..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:182:858d4b6e-25ce-4e22-889b-fe9eebb89d6b, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:182, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-06...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:183:03c46b8f-e98e-446f-b55e-2cc1e0b516c2, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:183, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:184:6d0bcfab-22ec-4242-a777-523e5aa87d54, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:184, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E             Item [markers=SIDEBAR_RUN_ITEM:185:4b99bb75-efe8-4026-a32d-1fd40ae00960, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:185, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:186:de5fcce4-4a38-483d-824b-9f759346147c, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:186, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:187:7e60fa5e-4218-49e1-873a-3779b4e97e37, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:187, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:188:ca301bf9-9e00-400f-8a98-22dce1ed83da, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:188, text=he-tme (1.2.0)]
E               Label [text=3 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178075..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:189:89113750-03bb-4364-9d40-1f105959cd2f, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:189, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-06...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:190:d12973a9-90b5-4045-8164-ff995a296479, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:190, text=he-tme (1.2.0)]
E               Label [text=5 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:191:1f65faf2-acaa-468e-bcb8-c43938851d83, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:191, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E             Item [markers=SIDEBAR_RUN_ITEM:192:8fa18989-ebe5-4463-a2a4-f318f01389c1, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:192, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:193:8cbe9b52-ace1-49dc-97bf-b86902394dc2, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:193, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:194:5cffdf4e-fc8a-4764-bca4-9ae7979471b6, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:194, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_item_metadata_1..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:195:e9a48ab0-cd40-4713-bc56-3987f3509f58, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:195, text=he-tme (1.2.0)]
E               Label [text=2 seconds, from 06-0...]
E               Row
E                Chip [text=test_metadata_178074..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:196:b1eac504-e5d6-4a94-868d-c2c110f31efd, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:196, text=he-tme (1.2.0)]
E               Label [text=a second, from 06-06...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:197:a9bb867b-37dc-4285-9ef2-f766fb9b5e4a, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:197, text=he-tme (1.2.0)]
E               Label [text=6 seconds, from 06-0...]
E               Row
E                Chip [text=test_json_format_178..., model-value=True, clickable=True]
E             Item [markers=SIDEBAR_RUN_ITEM:198:a2725960-8bcd-41d6-9e31-ca8398ba1426, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:198, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E             Item [markers=SIDEBAR_RUN_ITEM:199:26fd7fdc-286a-4071-bde7-1e5a1b4f4469, clickable=True]
E              ItemSection [avatar=True]
E               CircularProgress [max=1, size=xl, show-value=True, track-color=grey-4]
E                Icon [name=cancel]
E                 Tooltip [text=0 of 1 succeeded, st...]
E              ItemSection
E               Label [markers=LABEL_RUN_APPLICATION:199, text=he-tme (1.2.0)]
E               Label [text=a moment, from 06-06...]
E               Row
E                Chip [text=test_cli_run_submit_..., model-value=True, clickable=True]
E          Timer
E        q-page-container
E         q-page
E          div
E           Spinner [size=xl, thickness=5.0, visible=False]
E           Colors [primary=#1C1242, secondary=#B9B1DF, accent=#111B1E, dark=#1d1d1d1d, dark-page=#12121212, positive=#0CA57B, negative=#D4313C, info=#261C8D, warning=#FFCC00, custom-colors={'success': '#0CA57B...]
E           DarkMode
E           Timer
E           Timer
E           QueryElement [selector=body, classes=['bg-aignostics-ligh...]
E           div [visible=False]
E           Row
E            Column
E             Expansion [label=Test Application, icon=info]
E              Markdown [content=The Atlas H&E TME Te..., sanitize=True, resource-name=codehilite_821444cf7...]
E            Space
E            Row
E             Button [label=Release Notes, icon=change_history]
E              Tooltip [text=Show change notes of...]
E             Icon [name=network_check, size=lg]
E              Tooltip [text=For testing only.]
E           div [visible=False]
E           Stepper [model-value=Select Application V..., keep-alive=True, vertical=True]
E            Step [name=Select Application V..., title=Select Application V..., :done=False]
E             Row
E              Column
E               Label [text=Select the version o...]
E               Select [model-value={'value': 0, 'label'..., options=[{'value': 0, 'label...]
E              Space
E              Column
E               Button [icon=info]
E                Tooltip [text=Show changes and inp...]
E             StepperNavigation
E              Button [markers=BUTTON_APPLICATION_VERSION_NEXT, label=Next]
E            Step [name=Find Whole Slide Ima..., title=Find Whole Slide Ima...]
E             Label [text=Select the folder wi...]
E             Label [text=Supported formats: ....]
E             StepperNavigation
E              Button [markers=BUTTON_PYTEST_HOME, label=Home, icon=folder]
E              Button [markers=BUTTON_WSI_SELECT_DATA, label=Data, icon=folder_special]
E               Tooltip [text=Select folder within...]
E              Button [markers=BUTTON_WSI_SELECT_CUSTOM, label=Custom, icon=folder]
E               Tooltip [text=Select custom folder...]
E              Button [markers=BUTTON_WSI_NEXT, label=Next, disable=True]
E              Spinner [size=lg, thickness=5.0, visible=False]
E              Button [label=Back, flat=True]
E            Step [name=Prepare Whole Slide..., title=Prepare Whole Slide...]
E             Markdown [content=The..., sanitize=True, resource-name=codehilite_821444cf7...]
E             AgGrid [markers=GRID_METADATA, options={'theme': 'quartz',..., modules=['AllCommunityModule...]
E             Timer
E             StepperNavigation
E              Button [markers=BUTTON_PYTEST_META, label=Select, icon=folder]
E              Button [markers=BUTTON_METADATA_NEXT, label=Next, disable=True]
E              Button [markers=BUTTON_DELETE_SELECTED, label=Exclude, disable=True]
E               Tooltip [text=Exclude selected sli...]
E              Button [label=Back, flat=True]
E            Step [name=Notes and Tags, title=Notes and Tags]
E             Column
E              Textarea [markers=TEXTAREA_NOTE, label=Note (optional), for=c233, placeholder=Enter a note for thi..., type=textarea]
E             InputChips [markers=INPUT_TAGS, label=Tags (optional, pres..., for=c234, new-value-mode=add-unique, use-input=True, use-chips=True, fill-input=True, multiple=True, hide-dropdown-icon=True, clearable=True]
E             StepperNavigation
E              Button [markers=BUTTON_NOTES_AND_TAGS_NEXT, label=Next]
E              Button [label=Back, flat=True]
E            Step [name=Schedule, title=Schedule]
E             Column
E              Label [text=Soft Due Date]
E              Label [text=The platform will tr...]
E              Row
E               Label
E               Date [markers=DATE_DUE_DATE, model-value=2026-06-08 15:33, mask=YYYY-MM-DD HH:mm, :options=(date) => date >= '2...]
E               Time [markers=TIME_DUE_DATE, model-value=2026-06-08 15:33, mask=YYYY-MM-DD HH:mm, format24h=True, now-btn=True]
E              Label [text=Hard Deadline]
E              Label [text=The platform might c...]
E              Row
E               Date [markers=DATE_DEADLINE, model-value=2026-06-09 09:33, mask=YYYY-MM-DD HH:mm, :options=(date) => date >= '2...]
E               Time [markers=TIME_DEADLINE, model-value=2026-06-09 09:33, mask=YYYY-MM-DD HH:mm, format24h=True, now-btn=True]
E             StepperNavigation
E              Button [markers=BUTTON_SCHEDULING_NEXT, label=Next]
E              Button [label=Back, flat=True]
E            Step [name=Pipeline, title=Pipeline]
E             Label [text=Pipeline configurati...]
E             StepperNavigation
E              Button [markers=BUTTON_PIPELINE_NEXT, label=Next]
E              Button [label=Back, flat=True]
E            Step [name=Submit, title=Submit]
E             RefreshableContainer
E              Column
E               Label [text=Upload and submit yo...]
E               Row
E             Timer
E             StepperNavigation
E              Button [markers=BUTTON_SUBMISSION_UPLOAD, label=Upload and Submit, icon=check]
E               Tooltip [text=Upload selected slid...]
E              Button [label=Back, flat=True]
E        RightDrawer [model-value=True, side=right]
E         Column
E          List
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=biotech]
E            ItemSection
E             Label [text=Run Applications]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=image]
E            ItemSection
E             Label [text=Download Datasets]
E          Space
E          List
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=visibility]
E            ItemSection
E             Label [text=QuPath Extension]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=difference]
E            ItemSection
E             Label [text=Marimo Extension]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=cloud]
E            ItemSection
E             Label [text=Manage Cloud Bucket]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             RefreshableContainer
E              Icon [name=settings]
E            ItemSection
E             Label [text=Info and Settings]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=domain]
E            ItemSection
E             Link [markers=LINK_PLATFORM, text=Go to Console, href=https://platform.aig..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=local_library]
E            ItemSection
E             Link [markers=LINK_DOCUMENTATION, text=Read The Docs, href=https://aignostics.r..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=help]
E            ItemSection
E             Link [markers=LINK_DOCUMENTATION, text=Get Support, href=https://platform.aig..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=check_circle]
E            ItemSection
E             Link [markers=LINK_DOCUMENTATION, text=Check Platform Statu..., href=https://status.platf..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=handshake]
E            ItemSection
E             Link [markers=LINK_ATTRIBUTIONS, text=Attributions, href=https://aignostics.r..., target=_blank]
E        Footer [model-value=True]
E         Row
E          RefreshableContainer
E           Link [href=/system, target=_self]
E            Row
E             Tooltip [text=Check Launchpad Stat...]
E             Icon [name=check_circle]
E             Label [text=Launchpad is healthy]
E          Row
E           iframe [id=betterstack, src=https://status.platf..., width=250, height=30, frameborder=0, scrolling=no]
E           Tooltip [text=Check Platform Statu...]
E          Space
E          Row
E           Html [content=#x1F52C<a style="color: bl..., tag=div]
E           Tooltip [text=Visit GitHub reposit...]
E        Dialog
E         Card
E          Label [text=Release notes of Tes...]
E          ScrollArea
E           Label [text=Version 1.0.0]
E           Markdown [content=Brought inputs into..., sanitize=True, resource-name=codehilite_821444cf7...]
E           Label [text=Version 0.0.6]
E           Markdown [content=test-app changes tha..., sanitize=True, resource-name=codehilite_821444cf7...]
E          Row
E           Column
E            Button [label=Close]
E        Dialog
E         Card
E          RefreshableContainer
E           ScrollArea
E            Label [text=Latest changes in v1...]
E            Markdown [content=Brought inputs into..., sanitize=True, resource-name=codehilite_821444cf7...]
E            Label [text=Expected Input Artif...]
E            Expansion [label=whole_slide_image, icon=image]
E             Label [text=Metadata]
E             JsonEditor [properties={'content': {'json':...]
E            Label [text=Generated output art...]
E            Expansion [label=tissue_segmentation:..., icon=place]
E             Label [text=Scope: OutputArtifac...]
E             Label [text=Mime Type: applicati...]
E             Label [text=Metadata]
E             JsonEditor [properties={'content': {'json':...]
E            Expansion [label=tissue_qc:csv_class_..., icon=table_rows]
E             Label [text=Scope: OutputArtifac...]
E             Label [text=Mime Type: text/csv]
E             Label [text=Metadata]
E             JsonEditor [properties={'content': {'json':...]
E            Expansion [label=tissue_segmentation:..., icon=image]
E             Label [text=Scope: OutputArtifac...]
E             Label [text=Mime Type: image/tif...]
E             Label [text=Metadata]
E             JsonEditor [properties={'content': {'json':...]
E            Expansion [label=tissue_qc:geojson_po..., icon=place]
E             Label [text=Scope: OutputArtifac...]
E             Label [text=Mime Type: applicati...]
E             Label [text=Metadata]
E             JsonEditor [properties={'content': {'json':...]
E            Expansion [label=tissue_qc:segmentati..., icon=image]
E             Label [text=Scope: OutputArtifac...]
E             Label [text=Mime Type: image/tif...]
E             Label [text=Metadata]
E             JsonEditor [properties={'content': {'json':...]
E            Expansion [label=tissue_segmentation:..., icon=table_rows]
E             Label [text=Scope: OutputArtifac...]
E             Label [text=Mime Type: text/csv]
E             Label [text=Metadata]
E             JsonEditor [properties={'content': {'json':...]
E          Row
E           Column
E            Button [label=Close]

..../test-3-14-3/lib/python3.14.../nicegui/testing/user.py:142: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@olivermeyer olivermeyer removed the skip:test:long_running Skip long-running tests (≥5min) label Jun 8, 2026
@aig-hannes aig-hannes enabled auto-merge (rebase) June 8, 2026 08:50
@aig-hannes aig-hannes disabled auto-merge June 8, 2026 08:51
Copilot AI review requested due to automatic review settings June 8, 2026 08:52
@sonarqubecloud

sonarqubecloud Bot commented Jun 8, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.

Comment thread tests/constants_test.py
Comment on lines +103 to +106
("tissue_qc_parquet_polygons.parquet", 39435, 10),
("tissue_segmentation_parquet_polygons.parquet", 117509, 10),
("cell_classification_parquet_polygons.parquet", 1985592, 10),
]
Comment thread tests/constants_test.py
Comment on lines +117 to +120
("tissue_qc_parquet_polygons.parquet", 29087, 10),
("tissue_segmentation_parquet_polygons.parquet", 56563, 10),
("cell_classification_parquet_polygons.parquet", 562536, 10),
]
Comment thread tests/constants_test.py
Comment on lines 70 to 74
# These defaults reflect the production he-tme run. If staging produces different output (e.g.
# after deploying a new application version to staging before production), add an override inside
# the "staging" case below — only the constants that actually differ need to be reassigned.
# Note: defined here rather than inside each match arm to avoid SonarCloud flagging the
# nearly-identical blocks as duplicated code (the 3% duplication threshold).
Comment thread tests/constants_test.py
Comment on lines +137 to +141
SPOT_0_EXPECTED_RESULT_FILES = [
("tissue_qc_segmentation_map_image.tiff", 1645652, 10),
("tissue_qc_geojson_polygons.json", 101150, 10),
("tissue_segmentation_geojson_polygons.json", 327625, 10),
("readout_generation_slide_readouts.csv", 303585, 10),

@aig-hannes aig-hannes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@olivermeyer olivermeyer closed this Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants