test(ui): add M365 provider data and credentials to provider tests

- Introduced M365ProviderData, M365ProviderCredential, and M365_CREDENTIAL_OPTIONS to enhance the provider tests.
- This addition supports the integration of M365 provider functionalities in the UI tests.
This commit is contained in:
StylusFrost
2025-10-21 12:33:41 +02:00
parent a004a73891
commit c0a82910ad
+3
View File
@@ -8,6 +8,9 @@ import {
AZUREProviderData,
AZUREProviderCredential,
AZURE_CREDENTIAL_OPTIONS,
M365ProviderData,
M365ProviderCredential,
M365_CREDENTIAL_OPTIONS,
} from "./providers-page";
test.describe.serial("Add Provider", () => {