Skip to content

Commit

Permalink
Merge pull request #2004 from owncloud/fix-editor-config-feature-files
Browse files Browse the repository at this point in the history
Use 2 spaces instead of tab for feature files
  • Loading branch information
DeepDiver1975 authored Sep 17, 2019
2 parents 188b041 + d051abd commit bd9c5e7
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 bd9c5e7

Please sign in to comment.