Skip to content
Snippets Groups Projects
Commit d8fc0c3b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix tests. improve ui-box title

parent a41875d2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -86,9 +86,9 @@
color: #456;
font-size: 16px;
text-shadow: 0 1px 1px #fff;
padding: 10px;
padding: 0 10px;
font-size: 14px;
line-height: 20px;
line-height: 40px;
font-weight: normal;
margin: 0;
 
Loading
Loading
@@ -102,8 +102,7 @@
}
 
.btn {
position: relative;
margin-top: -2px;
vertical-align: middle;
}
 
.nav-pills {
Loading
Loading
Loading
Loading
@@ -10,9 +10,6 @@
margin: 0px;
box-shadow: none;
 
.title .btn {
margin: 0;
}
.nav-projects-tabs li { padding: 0; }
}
}
Loading
Loading
@@ -33,7 +30,7 @@
 
.dashboard {
.dash-filter {
margin: 0;
margin: 7px 0;
padding: 4px 6px;
width: 202px;
float: left;
Loading
Loading
Loading
Loading
@@ -48,7 +48,7 @@ class ProjectBrowseCommits < Spinach::FeatureSteps
page.should have_selector('ul.breadcrumb span.divider', count: 3)
page.should have_selector('ul.breadcrumb a', count: 4)
 
find('ul.breadcrumb li:first a')['href'].should match(/#{@project.path_with_namespace}\/commits\/master\z/)
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
 
Loading
Loading
Loading
Loading
@@ -42,7 +42,7 @@ class ProjectSnippets < Spinach::FeatureSteps
end
 
And 'I click link "Edit"' do
within ".file_title" do
within ".file-title" do
click_link "Edit"
end
end
Loading
Loading
Loading
Loading
@@ -13,7 +13,7 @@ class SnippetsFeature < Spinach::FeatureSteps
end
 
And 'I click link "Edit"' do
within ".file_title" do
within ".file-title" do
click_link "Edit"
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment