mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
* Add cypress realevents to cypress * Add constants and selectors * Add and modify utils * Add spec changes
9 lines
350 B
JavaScript
9 lines
350 B
JavaScript
export const mySqlText = {
|
|
errorConnectionRefused: "connect ECONNREFUSED",
|
|
errorUnknownDb: "ER_BAD_DB_ERROR: Unknown database 'unknowndb'",
|
|
errorAccessDeniedAdmin1:
|
|
"ER_ACCESS_DENIED_ERROR: Access denied for user 'admin1'",
|
|
errorAccessDeniedAdmin:
|
|
"ER_ACCESS_DENIED_ERROR: Access denied for user",
|
|
cypressMySql: "cypress-mysql",
|
|
};
|