ToolJet/cypress-tests/cypress/constants/texts/bigquery.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

7 lines
231 B
JavaScript

export const bigqueryText = {
bigQuery: "BigQuery",
cypressBigQuery: "cypress-bigquery",
errorInvalidEmailId:
"The incoming JSON object does not contain a client_email field",
placehlderPrivateKey: "**************",
};