ToolJet/cypress-tests/cypress/constants/texts/minio.js
Srimaniteja b48ad7fd55
Added cypress spec for minio (#12319)
* Added cypress spec for minio

* Updated spec
2025-03-20 19:09:35 +05:30

14 lines
403 B
JavaScript

export const minioText = {
minio: "Minio",
cypressMinio: "cypressMinio",
hostLabel: "Host",
hostInputPlaceholder: "Enter host",
portLabel: "Port",
portPlaceholder: "Enter port",
labelAccesskey: "Access key",
labelSecretKey: "Secret key",
placeholderAccessKey: "Enter access key",
placeholderSecretKey: "**************",
bucketName: `my-second-bucket`,
objectName: `mybucket`,
};