mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-04 22:08:29 +00:00
* 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
8 lines
No EOL
286 B
JavaScript
8 lines
No EOL
286 B
JavaScript
export const amazonAthenaText = {
|
|
AmazonAthena: "Amazon Athena",
|
|
cypressAmazonAthena: "cypress-Amazon Athena",
|
|
labelAccesskey: "Access key",
|
|
labelSecretKey: "Secret key",
|
|
placeholderEnteraAccessKey: "Enter access key",
|
|
placeholderSecretKey:"**************",
|
|
}; |