ToolJet/cypress-tests/cypress/constants/selectors/awss3.js
Midhun Kumar E abe4e7b099
Added automation for AWS S3 and MySQL connection. (#5071)
* 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
2023-01-17 14:35:21 +05:30

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"]',
};