Harden RC9 UX and performance states
This commit is contained in:
@@ -351,7 +351,8 @@ def test_workspace_navigation_resets_the_actual_scroll_container() -> None:
|
||||
|
||||
assert "const workbenchMainRef = useRef<HTMLElement | null>(null)" in app
|
||||
assert "workbenchMainRef.current?.scrollTo({ top: 0, left: 0 })" in app
|
||||
assert "<main ref={workbenchMainRef}" in app
|
||||
assert "<main" in app
|
||||
assert "ref={workbenchMainRef}" in app
|
||||
|
||||
|
||||
def test_quality_scores_have_plain_language_interpretation() -> None:
|
||||
|
||||
Reference in New Issue
Block a user