Uncommenting failing assert to test actions CI

This commit is contained in:
Andrew Shumway
2023-05-02 10:03:17 -06:00
parent 2c4e119a6b
commit 125dd56921

View File

@@ -298,7 +298,7 @@ def test_should_show_old_job(
assert not page.select('.pill')
assert not page.select('p.hint')
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 [
normalize_spaces(column.text)
for column in page.select('main .govuk-grid-column-one-quarter')