发布

  • test(collections): fix tooltip selector in auto-index toggle test (#3733)

    frostbyte_neo 发布于 2026-04-29 19:29:22 +00:00

    Test 2 in tests/ui_tests/test_collections_auto_index.js queried for
    .ldr-tooltip, but the tooltip() Jinja macro renders the help-icon
    span as .ldr-help-tooltip. The selector had drifted from the
    markup, so the assertion always failed even though the tooltip was
    correctly rendered in the template.

    Updating the selector restores Test 2's signal — verified locally:
    all 7 sub-tests pass against a live dev server.

    下载附件