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 @@
yarn test-visual:loki
yarn test-visual:loki
(Note: do not commit screenshots from this, use the CI variant below, they will be more consistent)yarn test-visual:loki:ci
yarn test-visual:loki-approve-diff
yarn test-visual:loki-report
yarn test-visual:loki-report-open