mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-25 23:47:17 +00:00
* Add happypath for aws s3 * Add happypath for MySQL * Add common DS methods to utils * Add creds to env * Add minor changes on clear and type
9 lines
411 B
JavaScript
9 lines
411 B
JavaScript
export const s3Selector = {
|
|
awsDatasource: '[data-cy="data-source-aws s3"]',
|
|
accessKeyLabel: '[data-cy="label-access-key"]',
|
|
secretKeyLabel: '[data-cy="label-secret-key"]',
|
|
regionLabel: '[data-cy="label-region"]',
|
|
customEndpointLabel: '[data-cy="label-custom-endpoint"]',
|
|
customEndpointInput: '[data-cy="undefined-text-field"]',
|
|
dataSourceNameInput: '[data-cy="data-source-name-input-filed"]',
|
|
};
|