Skip to content

Commit

Permalink
Use 2 spaces instead of tab for feature files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Sep 17, 2019
1 parent 188b041 commit d051abd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf

[*.{js,json,vue}]
[*.{js,json,vue,feature}]
indent_style = space
indent_size = 2

Expand Down
26 changes: 13 additions & 13 deletions tests/acceptance/features/webUILogin/login.feature
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Feature: login users
As a user
I want to be able to log into my account
So that I have access to my files
As a user
I want to be able to log into my account
So that I have access to my files

As an admin
I want only authorised users to log in
So that unauthorised access is impossible
As an admin
I want only authorised users to log in
So that unauthorised access is impossible

Scenario: admin login
Given the user has browsed to the login page
When the user clicks the authenticate button
And the user logs in with username "admin" and password "admin" using the webUI
And the user authorizes access to phoenix
Then the files table should be displayed
And the files table should not be empty
Scenario: admin login
Given the user has browsed to the login page
When the user clicks the authenticate button
And the user logs in with username "admin" and password "admin" using the webUI
And the user authorizes access to phoenix
Then the files table should be displayed
And the files table should not be empty

0 comments on commit d051abd

Please sign in to comment.