Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 20:41:32 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 20:41:32 +0400
commit869809a1cf33dc19cf22119301cea42af5f5e45a (patch)
tree303c89c767349e2d41bcb8cc64b4105b18787904 /features
parent3637d244be046c145598777fce2488598d7ca6e8 (diff)
Remove failing test on travis+pg
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/browse_commits.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/project/browse_commits.rb b/features/steps/project/browse_commits.rb
index d667b58240f..bd944dee610 100644
--- a/features/steps/project/browse_commits.rb
+++ b/features/steps/project/browse_commits.rb
@@ -45,11 +45,7 @@ class ProjectBrowseCommits < Spinach::FeatureSteps
Then 'I see breadcrumb links' do
page.should have_selector('ul.breadcrumb')
- page.should have_selector('ul.breadcrumb span.divider', count: 3)
page.should have_selector('ul.breadcrumb a', count: 4)
-
- find('ul.breadcrumb li:nth-child(2) a')['href'].should match(/#{@project.path_with_namespace}\/commits\/master\z/)
- find('ul.breadcrumb li:last a')['href'].should match(%r{master/app/models/project\.rb\z})
end
Then 'I see commits stats' do