ToolJet/cypress-tests/cypress/constants/texts/redis.js
2025-08-03 12:39:18 +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",
};