mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* cypress-test * Add and modify selectors and texts * Add spec for dynamoDB * Add spec for Elasticsearch * Add spec for SMTP * Add creds on env
14 lines
601 B
JavaScript
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.",
|
|
};
|