Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions driver/user.feature
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ Feature: Driver User
Given connection opens with username 'admin', password 'password'
When create user with username 'user', password 'password'
When delete user: user
Then delete user: user; fails with a message containing: "User does not exist"
Then delete user: user2; fails with a message containing: "User does not exist"
Then delete user: surely-non-existing-user; fails with a message containing: "User does not exist"
Then delete user: user; fails with a message containing: "User not found"
Then delete user: user2; fails with a message containing: "User not found"
Then delete user: surely-non-existing-user; fails with a message containing: "User not found"

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