BigW Consortium Gitlab

logs.rb 343 Bytes
Newer Older
1
class Spinach::Features::AdminLogs < Spinach::FeatureSteps
2 3 4 5
  include SharedAuthentication
  include SharedPaths
  include SharedAdmin

6
  step 'I should see tabs with available logs' do
7 8 9
    expect(page).to have_content 'production.log'
    expect(page).to have_content 'githost.log'
    expect(page).to have_content 'application.log'
10 11
  end
end