mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
* Modify data-cy common * Update constants * Delete unused file * Update specs * Update utils and common specs * Skip specs * Update gitignore
7 lines
253 B
JavaScript
7 lines
253 B
JavaScript
export const elasticsearchText = {
|
|
elasticSearch: "Elasticsearch",
|
|
cypressElasticsearch: "cypress-elasticsearch",
|
|
|
|
errorConnectionRefused: "connect ECONNREFUSED ::1:9200",
|
|
errorGetAddrInfoNotFound: "getaddrinfo ENOTFOUND elasticsearch_host",
|
|
};
|