From f5fefdb65f3e5f926814174697d4dbe7623c7b17 Mon Sep 17 00:00:00 2001 From: k3yi0 Date: Tue, 14 Jun 2022 15:19:43 +0200 Subject: [PATCH] chore(cypress): add chronograf fixture file --- ui/cypress/fixtures/chronograf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/cypress/fixtures/chronograf.json b/ui/cypress/fixtures/chronograf.json index ec6cc7f1c..cdbf87c5a 100644 --- a/ui/cypress/fixtures/chronograf.json +++ b/ui/cypress/fixtures/chronograf.json @@ -3,6 +3,7 @@ "name": "Smiley", "role": ["reader", "viewer"], "oauthProvider": "oauth-mock", - "oauth-scheme": "oauth" + "oauth-scheme": "oauth", + "orgs": ["Default"] } } \ No newline at end of file