提交 be5f6655 编写于 作者: P Pawel Chojnacki

Fix prometheus service frontend fixture

上级 9f2c992f
......@@ -11,14 +11,14 @@ describe Projects::ServicesController, '(JavaScript fixtures)', type: :controlle
render_views
before(:all) do
clean_frontend_fixtures('services/')
clean_frontend_fixtures('services/prometheus')
end
before(:each) do
sign_in(admin)
end
it 'services/prometheus_service.html.raw' do |example|
it 'services/prometheus/prometheus_service.html.raw' do |example|
get :edit,
namespace_id: namespace,
project_id: project,
......
......@@ -3,7 +3,7 @@ import PANEL_STATE from '~/prometheus_metrics/constants';
import { metrics, missingVarMetrics } from './mock_data';
describe('PrometheusMetrics', () => {
const FIXTURE = 'services/prometheus_service.html.raw';
const FIXTURE = 'services/prometheus/prometheus_service.html.raw';
preloadFixtures(FIXTURE);
beforeEach(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册