forked from n7consulting/Incipio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea2b544
commit 33a78cc
Showing
2 changed files
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Feature: Admin | ||
As an admin I am be able to access documents pages | ||
|
||
Scenario: I can see Documents Homepage & Upload button | ||
Given I am logged in as "admin" | ||
Given I am on "/Documents" | ||
Then the response status code should be 200 | ||
Then I should see "Liste des Documents" | ||
And I should see "Ajouter un Doctype" | ||
|
||
Scenario: I can see Upload Document page | ||
Given I am logged in as "admin" | ||
Given I am on "/DocumentsType/Upload" | ||
Then the response status code should be 200 | ||
Then I should see "Uploader un Document Type" | ||
And I should see "Uploader" |
File renamed without changes.