ToolJet/cypress-tests/cypress/constants/texts/redis.js

9 lines
261 B
JavaScript
Raw Normal View History

export const redisText = {
redis: "Redis",
cypressRedis: "cypress-redis",
2025-08-03 07:09:18 +00:00
errorMaxRetries: "Connection could not be established",
errorPort: "Connection could not be established",
errorInvalidUserOrPassword: "Connection could not be established",
};