mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-27 00:17:18 +00:00
10 lines
411 B
JavaScript
10 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"]',
|
||
|
|
};
|