Include alertmanager param on creation

This commit is contained in:
Tom Ratcliffe 2024-04-29 13:48:34 +01:00 committed by Tom Ratcliffe
parent e0ee0b09db
commit a34d22dcbf

View File

@ -258,7 +258,7 @@ describe('Silence create/edit', () => {
'creates a new silence',
async () => {
const user = userEvent.setup();
renderSilences(baseUrlPath);
renderSilences(`${baseUrlPath}?alertmanager=Alertmanager`);
expect(await ui.editor.durationField.find()).toBeInTheDocument();
const postRequest = waitForServerRequest(silenceCreateHandler());