diff options
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 2 | ||||
-rw-r--r-- | features/steps/project/builds/summary.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss index ce44cf8f3fa..a33f5d5a5e4 100644 --- a/app/assets/stylesheets/pages/builds.scss +++ b/app/assets/stylesheets/pages/builds.scss @@ -52,7 +52,6 @@ color: $gray-darkest; font-family: $monospace_font; font-size: 12px; - white-space: pre; &.sidebar-expanded { right: 305px; @@ -151,6 +150,7 @@ overflow-y: scroll; overflow-x: hidden; padding: 10px 20px 20px 5px; + white-space: pre; } .environment-information { diff --git a/features/steps/project/builds/summary.rb b/features/steps/project/builds/summary.rb index fcc06456517..20a5c873ecd 100644 --- a/features/steps/project/builds/summary.rb +++ b/features/steps/project/builds/summary.rb @@ -18,7 +18,7 @@ class Spinach::Features::ProjectBuildsSummary < Spinach::FeatureSteps end step 'I click erase build button' do - find('.js-erase-link').trigger('click') + click_link 'Erase' end step 'recent build has been erased' do |