Skip to content

Commit 9785b47

Browse files
committed
fix: prevent error when get failure at previous scenario
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent fa52aa9 commit 9785b47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/features/identify-account/search.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Feature: search
7070
Scenario: Search account by herself with permission to identify by account
7171
Given as user "admin"
7272
And set the email of user "admin" to "admin@email.tld"
73+
And set the display name of user "admin" to "admin"
7374
And sending "post" to ocs "/apps/provisioning_api/api/v1/config/apps/libresign/identify_methods"
7475
| value | (string)[{"name":"account","enabled":true}] |
7576
When sending "get" to ocs "/apps/libresign/api/v1/identify-account/search?search=admin"

0 commit comments

Comments
 (0)