mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-01 20:29:49 -04:00
- Removed links to the gov uk stylesheets
- Deleted /stylesheets folder - Removed sass build from gulpfile - Changed gov links to usa links - Changed other govuk styles, like breadcrumbs - Changed name of uk_components file to us_components - Fixed a few tests that broke on account of the changes
This commit is contained in:
@@ -119,7 +119,7 @@ def test_should_show_api_keys_page(
|
||||
):
|
||||
page = client_request.get('main.api_keys', service_id=SERVICE_ONE_ID)
|
||||
rows = [normalize_spaces(row.text) for row in page.select('main tr')]
|
||||
revoke_link = page.select_one('main tr a.govuk-link.govuk-link--destructive')
|
||||
revoke_link = page.select_one('main tr a.usa-link.usa-link--destructive')
|
||||
|
||||
assert rows[0] == 'API keys Action'
|
||||
assert rows[1] == f"another key name Revoked {format_datetime_short(date.fromtimestamp(0).isoformat())}"
|
||||
|
||||
Reference in New Issue
Block a user