From 98850a216c0c85014154766da5e4d91a5ec4b0ba Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Mon, 29 Apr 2024 14:58:05 -0400 Subject: [PATCH] Update the name of the disabled test Signed-off-by: Derek Ho --- .../e2e/multi-datasources/multi_datasources_disabled.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/e2e/multi-datasources/multi_datasources_disabled.spec.js b/test/cypress/e2e/multi-datasources/multi_datasources_disabled.spec.js index 0098b2dad..b26079fe7 100644 --- a/test/cypress/e2e/multi-datasources/multi_datasources_disabled.spec.js +++ b/test/cypress/e2e/multi-datasources/multi_datasources_disabled.spec.js @@ -13,7 +13,7 @@ * permissions and limitations under the License. */ -describe('Multi-datasources enabled', () => { +describe('Multi-datasources disabled', () => { beforeEach(() => { localStorage.setItem('opendistro::security::tenant::saved', '""'); localStorage.setItem('home:newThemeModal:show', 'false');