grafana: Rename fixtures to contain Grafana versions.

These are guessed, based on the shape of their contents and their
dates.
This commit is contained in:
Alex Vandiver
2024-06-07 15:01:09 +00:00
committed by Tim Abbott
parent 4e9ea5d782
commit 18067794ae
10 changed files with 17 additions and 26 deletions

View File

@@ -758,7 +758,7 @@ DOC_SCREENSHOT_CONFIG: Dict[str, List[BaseScreenshotConfig]] = {
"gocd": [ScreenshotConfig("pipeline.json")],
"gogs": [ScreenshotConfig("pull_request__opened.json")],
"gosquared": [ScreenshotConfig("traffic_spike.json", image_name="000.png")],
"grafana": [ScreenshotConfig("alert.json")],
"grafana": [ScreenshotConfig("alert_v7.json")],
"greenhouse": [ScreenshotConfig("candidate_stage_change.json", image_name="000.png")],
"groove": [ScreenshotConfig("ticket_started.json")],
"harbor": [ScreenshotConfig("scanning_completed.json")],