-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2004 from owncloud/fix-editor-config-feature-files
Use 2 spaces instead of tab for feature files
- Loading branch information
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |