Skip to content

Commit 891535d

Browse files
committed
test: isolate guest signature element scenario
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent e049a9f commit 891535d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/features/account/signature.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ Feature: account/signature
222222
Then the response should have a status code 200
223223

224224
Scenario: CRUD of signature element to guest
225-
Given guest "guest@test.coop" exists
225+
Given guest "signature-elements-guest@test.coop" exists
226226
And run the command "config:app:set guests whitelist --value=libresign" with result code 0
227227
And wait for 3 seconds
228-
And as user "guest@test.coop"
228+
And as user "signature-elements-guest@test.coop"
229229
When sending "post" to ocs "/apps/libresign/api/v1/signature/elements"
230230
| elements | [{"type":"signature","file":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="}}] |
231231
Then the response should have a status code 200

0 commit comments

Comments
 (0)