ToolJet/cypress-tests/cypress/constants/texts/firestore.js
Midhun Kumar E 786e3a2707
Updated DS specs to pass on GitHub actions (#5634)
* Modify data-cy common

* Update constants

* Delete unused file

* Update specs

* Update utils and common specs

* Skip  specs

* Update gitignore
2023-03-06 12:13:47 +05:30

10 lines
300 B
JavaScript

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