发布

  • [NA] [QA] fix(e2e): drop greeting assertion from ollie-smoke t1 (#7218)

    frostbyte_neo 发布于 2026-06-24 05:32:38 +00:00

    The waitForReady() POM already keys on the input (not greeting copy)
    as the readiness signal, explicitly because greeting copy varies across
    pod states. The spec's second step re-asserted greeting() (getByText
    'Hi there!') with no explicit timeout (defaults to 10s). On a cold
    customer env where Ollie provisions on demand, waitForReady() can
    consume nearly its full 150s budget — leaving the greeting check only
    10s in which the iframe may not have rendered the welcome copy yet.

    Root cause confirmed from launch 77921: test duration 170s, failure at
    the greeting assertion, all prior production/staging runs passed (Ollie
    already warm, greeting rendered in <10s on those envs).

    Fix: drop the greeting assertion. The input being enabled is the
    correct and stable readiness signal.

    Co-authored-by: Claude Sonnet 4.6 noreply@anthropic.com

    下载附件