From 6b03aa0d3603b8e35558c6026be03fad18e73ded Mon Sep 17 00:00:00 2001 From: Metabase Docs bot Date: Tue, 23 Sep 2025 14:42:25 +0000 Subject: [PATCH] [auto] adding content to make-loki-great-again->master --- _docs/master/api.html | 11 +---------- _docs/master/developers-guide/visual-tests.md | 3 ++- _site/docs/master/api.html | 11 +---------- _site/docs/master/developers-guide/visual-tests.html | 3 ++- 4 files changed, 6 insertions(+), 22 deletions(-) diff --git a/_docs/master/api.html b/_docs/master/api.html index f948e685db..138fc49e65 100644 --- a/_docs/master/api.html +++ b/_docs/master/api.html @@ -15980,14 +15980,9 @@ "type" : "integer", "minimum" : 1 } - }, - "ui_display_type" : { - "default" : "cron/raw", - "type" : "string", - "enum" : [ "cron/raw", "cron/builder" ] } }, - "required" : [ "name", "schedule", "ui_display_type" ] + "required" : [ "name", "schedule" ] } } } @@ -16090,10 +16085,6 @@ "type" : "integer", "minimum" : 1 } - }, - "ui_display_type" : { - "type" : "string", - "enum" : [ "cron/raw", "cron/builder" ] } } } diff --git a/_docs/master/developers-guide/visual-tests.md b/_docs/master/developers-guide/visual-tests.md index 037e83e415..021ee5f198 100644 --- a/_docs/master/developers-guide/visual-tests.md +++ b/_docs/master/developers-guide/visual-tests.md @@ -19,7 +19,8 @@ Before running Loki tests locally, ensure that both Storybook and Docker are run ### Commands -- Run Visual Tests: `yarn test-visual:loki` +- Run Visual Tests: `yarn test-visual:loki` (Note: do not commit screenshots from this, use the CI variant below, they will be more consistent) +- Run Visual Tests in CI: `yarn test-visual:loki:ci` - Update failing snapshots: `yarn test-visual:loki-approve-diff` - Generate an HTML Report: `yarn test-visual:loki-report` - Generate and Open Report: `yarn test-visual:loki-report-open` diff --git a/_site/docs/master/api.html b/_site/docs/master/api.html index 4b471f2e80..af4f225359 100644 --- a/_site/docs/master/api.html +++ b/_site/docs/master/api.html @@ -16063,14 +16063,9 @@ "type" : "integer", "minimum" : 1 } - }, - "ui_display_type" : { - "default" : "cron/raw", - "type" : "string", - "enum" : [ "cron/raw", "cron/builder" ] } }, - "required" : [ "name", "schedule", "ui_display_type" ] + "required" : [ "name", "schedule" ] } } } @@ -16173,10 +16168,6 @@ "type" : "integer", "minimum" : 1 } - }, - "ui_display_type" : { - "type" : "string", - "enum" : [ "cron/raw", "cron/builder" ] } } } diff --git a/_site/docs/master/developers-guide/visual-tests.html b/_site/docs/master/developers-guide/visual-tests.html index 0c6a0244dc..43d597bfd1 100644 --- a/_site/docs/master/developers-guide/visual-tests.html +++ b/_site/docs/master/developers-guide/visual-tests.html @@ -4912,7 +4912,8 @@

Local machine

Commands