test grouping
This commit is contained in:
@@ -344,6 +344,11 @@ def test_dashboard_testing_tab_uses_dynamic_api_and_run_controls():
|
||||
# Targets are rendered from the API payload (tests + suites), not literals.
|
||||
assert "testCollection.suites" in html
|
||||
assert "testCollection.tests" in html
|
||||
assert "testCollection.test_metadata" in html
|
||||
assert "testCollection.tags" in html
|
||||
assert 'data-test-target="suite:all"' in html
|
||||
assert 'id="testing-tag-filter"' in html
|
||||
assert "Run ${esc(t.name)}" in html
|
||||
assert "renderTestTargets" in html
|
||||
|
||||
# Run buttons are per-target and delegated; disabled while a run is active.
|
||||
|
||||
Reference in New Issue
Block a user