mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Fix misleading class name
Not sure where this came from, but visually our tables have always aligned text to the left by default.
This commit is contained in:
@@ -569,7 +569,7 @@ def test_monthly_shows_letters_in_breakdown(
|
||||
service_id=service_one['id']
|
||||
)
|
||||
|
||||
columns = page.select('.table-field-center-aligned .big-number-label')
|
||||
columns = page.select('.table-field-left-aligned .big-number-label')
|
||||
|
||||
assert normalize_spaces(columns[0].text) == 'emails'
|
||||
assert normalize_spaces(columns[1].text) == 'text messages'
|
||||
|
||||
Reference in New Issue
Block a user