Skip to content

Commit 5e8e977

Browse files
committed
fix: validate the new initial state
Signed-off-by: Vitor Mattos <[email protected]>
1 parent e6390d1 commit 5e8e977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integration/features/page/sign_identify_account.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Feature: page/sign_identify_account
9090
"""
9191
2500
9292
"""
93-
And the response should contain the initial state "libresign-pdf" with the following values:
93+
And the response should contain the initial state "libresign-pdfs" with the following values:
9494
"""
95-
{
96-
"url": "/index.php/apps/libresign/pdf/<SIGN_UUID>"
97-
}
95+
[
96+
"/index.php/apps/libresign/pdf/<SIGN_UUID>"
97+
]
9898
"""
9999
And the response should contain the initial state "libresign-filename" with the following values:
100100
"""

0 commit comments

Comments
 (0)