mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Uncommenting failing assert to test actions CI
This commit is contained in:
@@ -298,7 +298,7 @@ def test_should_show_old_job(
|
|||||||
assert not page.select('.pill')
|
assert not page.select('.pill')
|
||||||
assert not page.select('p.hint')
|
assert not page.select('p.hint')
|
||||||
assert not page.select('a[download]')
|
assert not page.select('a[download]')
|
||||||
# assert page.select_one('tbody').text.strip() == expected_message
|
assert page.select_one('tbody').text.strip() == expected_message
|
||||||
assert [
|
assert [
|
||||||
normalize_spaces(column.text)
|
normalize_spaces(column.text)
|
||||||
for column in page.select('main .govuk-grid-column-one-quarter')
|
for column in page.select('main .govuk-grid-column-one-quarter')
|
||||||
|
|||||||
Reference in New Issue
Block a user