Skip to content

Commit bd27146

Browse files
committed
User does not exist -> User not found
1 parent 5761cb0 commit bd27146

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

driver/user.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ Feature: Driver User
170170
Given connection opens with username 'admin', password 'password'
171171
When create user with username 'user', password 'password'
172172
When delete user: user
173-
Then delete user: user; fails with a message containing: "User does not exist"
174-
Then delete user: user2; fails with a message containing: "User does not exist"
175-
Then delete user: surely-non-existing-user; fails with a message containing: "User does not exist"
173+
Then delete user: user; fails with a message containing: "User not found"
174+
Then delete user: user2; fails with a message containing: "User not found"
175+
Then delete user: surely-non-existing-user; fails with a message containing: "User not found"
176176

177177
# TODO: Not sure if it's correct, may be implemented differently
178178
Scenario: User's name is retrievable only by admin

0 commit comments

Comments
 (0)