Commit b2a17468 authored by Phil Hughes's avatar Phil Hughes

spec fixes

parent 036ad608
......@@ -610,10 +610,12 @@
}
.multi-file-commit-form {
position: relative;
padding: $gl-padding;
background-color: $white-light;
border-top: 1px solid $white-dark;
border-left: 1px solid $white-dark;
transition: all 0.3s ease;
.btn {
font-size: $gl-font-size;
......@@ -771,10 +773,10 @@
flex-direction: column;
width: 100%;
min-height: 140px;
}
.ide-commit-list-container.is-first {
border-bottom: 1px solid $white-dark;
&.is-first {
border-bottom: 1px solid $white-dark;
}
}
.ide-commit-file-count {
......@@ -967,11 +969,6 @@
}
}
.multi-file-commit-form {
position: relative;
transition: all 0.3s ease;
}
.commit-form-compact {
.btn {
margin-bottom: 8px;
......
......@@ -46,7 +46,7 @@ feature 'Multi-file editor new directory', :js do
find('.js-ide-commit-mode').click
click_button 'Stage all'
first('.multi-file-discard-btn .btn').click
fill_in('commit-message', with: 'commit message ide')
......
......@@ -36,7 +36,7 @@ feature 'Multi-file editor new file', :js do
find('.js-ide-commit-mode').click
click_button 'Stage all'
first('.multi-file-discard-btn .btn').click
fill_in('commit-message', with: 'commit message ide')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment