Merge pull request #779 from GSA/778-dashboard-button-unstyled

Styling update to fix broken link when status is failing
This commit is contained in:
Carlo Costino
2023-09-18 17:38:02 -04:00
committed by GitHub
4 changed files with 6 additions and 3 deletions

View File

@@ -735,7 +735,7 @@ def test_platform_admin_displays_stats_in_right_boxes_and_with_correct_styling(
assert (
"1 technical failures"
in page.find_all("div", class_="grid-col-6")[1]
.find("div", class_="big-number-status-failing")
.find("div", class_="big-number-status--failing")
.text
)