BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a0b9fe12
Unverified
Commit
a0b9fe12
authored
Jul 08, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix project tests
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
e05fbf04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
13 deletions
+9
-13
project.feature
features/project/project.feature
+5
-13
paths.rb
features/steps/shared/paths.rb
+4
-0
No files found.
features/project/project.feature
View file @
a0b9fe12
...
...
@@ -18,9 +18,13 @@ Feature: Project
Then
I should see the default project avatar
And
I should not see the
"Remove avatar"
button
Scenario
:
I
should have readme on page
And
I visit project
"Shop"
page
Then
I should see project
"Shop"
README
@javascript
Scenario
:
I
should see project activity
When
I visit project
"Shop"
page
When
I visit project
"Shop"
activity
page
Then
I should see project
"Shop"
activity feed
Scenario
:
I
visit edit project
...
...
@@ -38,24 +42,12 @@ Feature: Project
And
change project path settings
Then
I should see project with new path settings
Scenario
:
I
should see project readme and version
When
I visit project
"Shop"
page
And
I should see project
"Shop"
version
Scenario
:
I
should change project default branch
When
I visit edit project
"Shop"
page
And
change project default branch
And
I save project
Then
I should see project default branch changed
@javascript
Scenario
:
I
should have default tab per my preference
And
I own project
"Forum"
When
I select project
"Forum"
README tab
Then
I should see project
"Forum"
README
And
I visit project
"Shop"
page
Then
I should see project
"Shop"
README
Scenario
:
I
tag a project
When
I visit edit project
"Shop"
page
Then
I should see project settings
...
...
features/steps/shared/paths.rb
View file @
a0b9fe12
...
...
@@ -251,6 +251,10 @@ module SharedPaths
visit
namespace_project_path
(
project
.
namespace
,
project
)
end
step
'I visit project "Shop" activity page'
do
visit
activity_namespace_project_path
(
project
.
namespace
,
project
)
end
step
'I visit project "Forked Shop" merge requests page'
do
visit
namespace_project_merge_requests_path
(
@forked_project
.
namespace
,
@forked_project
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment