Project

General

Profile

« Previous | Next » 

Revision 7cc4edb6

Added by Daniel Lobato Garcia over 7 years ago

Fixes #18412 - Alert styling for adrift host time

The alert for hosts time adrift on reports has the styling we had prior
to Patternfly. It should use the new styling.

View differences:

test/integration/config_report_test.rb
test "adrift report displays warning" do
report = FactoryGirl.create(:report, :adrift)
visit config_report_path(report)
assert has_content?('Host times seems to be adrift!')
assert has_content?('Host times seem to be adrift!')
end
end

Also available in: Unified diff