ToolJet/cypress-tests/cypress/constants/texts/appwrite.js
Srimaniteja c31d203d02
cypress spec for airtable and baserow (#12263)
* cypress spec for airtable and baserow

* Updated spec

* updated spec

* Cypress appwrite data source spec (#12275)

* Added cypress spec for appwrite

* removed unwanted commands

* Cypress spec for amazonses and amazon athena (#12266)

* Cypress spec for amazon ses and amazon athena

* Resolved conflicts

* Fixes for amazon data sources

* removed unwanted commands

* updated spec with updated datacy

* Updated spec file name
2025-03-20 10:48:16 +05:30

12 lines
387 B
JavaScript

export const appwriteText = {
appwrite: "Appwrite",
cypressAppwrite: "cypress-Appwrite",
host: "Host",
ProjectID: "Project ID",
DatabaseID: "Database ID",
SecretKey: "Secret Key",
SecretKeyPlaceholder: "**************",
hostPlaceholder: "Appwrite database host/endpoint",
projectIdPlaceholder: "Appwrite project id",
databaseIdPlaceholder: "Appwrite Database id",
};