ToolJet/cypress-tests/cypress/constants/texts/dynamodb.js
Midhun Kumar E 05f499c9da
Add automation for smtp, dynamoDB, Elastic-search connections. (#5349)
* cypress-test

* Add and modify selectors and texts

* Add spec for dynamoDB

* Add spec for Elasticsearch

* Add spec for SMTP

* Add creds on env
2023-01-17 15:52:31 +05:30

14 lines
601 B
JavaScript

export const dynamoDbText = {
dynamoDb: "DynamoDB",
cypressDynamoDb: "cypress-dynamodb",
region: "Region",
accessKey: "Access key",
placeHolderAccessKey: "Enter access key",
secretKey: "Secret key",
placeholderSecretKey: "Enter secret key",
errorMissingRegion: "Missing region in config",
errorInvalidToken: "The security token included in the request is invalid.",
errorSignatureMissmatch:
"The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.",
};