Reproduction
Current next (76d43073ed82ebb1a9c0fc7e7907e8785229ed6a) and Draft PR #339 reproduce this in CI run 30290906878. A blob comparison shows #339 does not modify this gate or its inputs, so this is tracked as a next baseline failure.
Run the CI e2e-smoke inbox coverage on next.
Expected
The smoke assertions match the current inbox route and UI copy.
Actual
Seven assertions pass and two fail: the test expects legacy ?c= routing while current source emits ?i=, and it expects “Closed 1 conversation” while the UI renders “Closed 1 item”.
Scope
Update the stale expectations or restore the intended product contract, with the chosen behavior covered explicitly. #339 changes none of the inbox source/spec files.
Reproduction
Current
next(76d43073ed82ebb1a9c0fc7e7907e8785229ed6a) and Draft PR #339 reproduce this in CI run 30290906878. A blob comparison shows #339 does not modify this gate or its inputs, so this is tracked as anextbaseline failure.Run the CI
e2e-smokeinbox coverage onnext.Expected
The smoke assertions match the current inbox route and UI copy.
Actual
Seven assertions pass and two fail: the test expects legacy
?c=routing while current source emits?i=, and it expects “Closed 1 conversation” while the UI renders “Closed 1 item”.Scope
Update the stale expectations or restore the intended product contract, with the chosen behavior covered explicitly. #339 changes none of the inbox source/spec files.