File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments