From fe9dded2ab96150b25c64f3e99126d0412f5b6a5 Mon Sep 17 00:00:00 2001 From: Mitch-Budibase Date: Mon, 31 Jul 2023 17:45:45 +0100 Subject: [PATCH] Updating Describe text It previously said 'Accounts' but 'Password Management' is more accurate for the test --- qa-core/src/account-api/tests/auth/auth.cloud.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa-core/src/account-api/tests/auth/auth.cloud.spec.ts b/qa-core/src/account-api/tests/auth/auth.cloud.spec.ts index 3a5e291063..075a52bef4 100644 --- a/qa-core/src/account-api/tests/auth/auth.cloud.spec.ts +++ b/qa-core/src/account-api/tests/auth/auth.cloud.spec.ts @@ -3,7 +3,7 @@ import * as fixtures from "../../fixtures" import { generator } from "../../../shared" import { Hosting } from "@budibase/types" -describe("Accounts", () => { +describe("Password Management", () => { const config = new TestConfiguration() beforeAll(async () => {