mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
Alerting: fix flakey test (#46845)
This commit is contained in:
parent
ee9badecdf
commit
4a568769e7
@ -132,6 +132,7 @@ describe('RuleEditor', () => {
|
||||
|
||||
await renderRuleEditor();
|
||||
await waitFor(() => expect(mocks.searchFolders).toHaveBeenCalled());
|
||||
await waitFor(() => expect(mocks.api.fetchRulerRulesGroup).toHaveBeenCalled());
|
||||
|
||||
userEvent.type(await ui.inputs.name.find(), 'my great new rule');
|
||||
userEvent.click(await ui.buttons.lotexAlert.get());
|
||||
|
Loading…
Reference in New Issue
Block a user