Commit ed76970449170c295a9232ba126c1a1aa7be3b0b
1 parent
0ef66132
Exists in
master
and in
29 other branches
short-filename: feature test removed since this is being implemented through css now
Showing
1 changed file
with
0 additions
and
21 deletions
Show diff stats
features/short_filename.feature
@@ -1,21 +0,0 @@ | @@ -1,21 +0,0 @@ | ||
1 | -Feature: sitemap | ||
2 | - As a noosfero user | ||
3 | - I want to list articles | ||
4 | - | ||
5 | - Background: | ||
6 | - Given I am on the homepage | ||
7 | - And the following users | ||
8 | - | login | name | | ||
9 | - | joaosilva | Joao Silva | | ||
10 | - And the following files | ||
11 | - | owner | file | mime | | ||
12 | - | joaosilva | AGENDA_CULTURA_-_FESTA_DE_VAQUEIROS_PONTO_DE_SERRA_PRETA_BAIXA.txt | text/plain | | ||
13 | - | ||
14 | - Scenario: view a folder page | ||
15 | - When I am on /profile/joaosilva/sitemap | ||
16 | - Then I should see "AGENDA_CULTURA_-_FESTA_DE_VAQUEIRO(...).txt" | ||
17 | - | ||
18 | - Scenario: view the CMS | ||
19 | - Given I am logged in as "joaosilva" | ||
20 | - When I am on /myprofile/joaosilva/cms | ||
21 | - Then I should see "AGENDA_CULTURA_-_FESTA_DE_VAQUEIROS_PONTO_DE_SERRA_(...).txt" |