ToolJet/cypress-tests/cypress/constants/texts/firestore.js
Mekhla Asopa baea87185b
Updated the cypress spec with node upgrade changes (#8405)
* update cypress specs

* update the data source count values
2023-12-26 12:55:48 +05:30

10 lines
297 B
JavaScript

export const firestoreText = {
firestore: "Firestore",
cypressFirestore: "cypress-firestore",
labelPrivateKey: "Private key",
privateKey: "Private key",
placeholderPrivateKey: "**************",
errorGcpKeyCouldNotBeParsed:
"GCP key could not be parsed as a valid JSON object",
};