mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Change ordering to descending
This commit is contained in:
parent
947e476a71
commit
d9faf7478a
3 changed files with 3 additions and 9 deletions
|
@ -961,11 +961,11 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
|
||||
# Define the expected sequence of status changes
|
||||
expected_status_changes = [
|
||||
"<td>Started</td>",
|
||||
"<td>Submitted</td>",
|
||||
"<td>In review</td>",
|
||||
"<td>Action needed</td>",
|
||||
"<td>In review</td>",
|
||||
"<td>Submitted</td>",
|
||||
"<td>Started</td>",
|
||||
]
|
||||
|
||||
# Test for the order of status changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue