ToolJet/cypress-tests/cypress/constants/texts/redis.js
2025-03-27 15:51:28 +05:30

8 lines
261 B
JavaScript

export const redisText = {
redis: "Redis",
cypressRedis: "cypress-redis",
errorMaxRetries: "Connection could not be established",
errorPort: "Connection could not be established",
errorInvalidUserOrPassword: "Connection could not be established",
};