The current push for fixing tests in the new ACL flow. 1. New way to handle create application. 2. API login 3. Removed redundant tests. 4. Fixed Issues wrt ACL changes
17 lines
961 B
JSON
17 lines
961 B
JSON
{
|
|
"datasourceEditorIcon": ".t--nav-link-datasource-editor",
|
|
"host": "input[name='datasourceConfiguration.endpoints[0].host']",
|
|
"port": "input[name='datasourceConfiguration.endpoints[0].port']",
|
|
"databaseName": "input[name='datasourceConfiguration.authentication.databaseName']",
|
|
"username": "input[name='datasourceConfiguration.authentication.username']",
|
|
"password": "input[name='datasourceConfiguration.authentication.password']",
|
|
"authenticationAuthtype": "[data-cy=datasourceConfiguration\\.authentication\\.authType]",
|
|
"sslAuthtype": "[data-cy=datasourceConfiguration\\.connection\\.ssl\\.authType]",
|
|
"url": "input[name='datasourceConfiguration.url']",
|
|
"MongoDB": ".t--plugin-name:contains('MongoDB')",
|
|
"RESTAPI": ".t--plugin-name:contains('REST API')",
|
|
"PostgreSQL": ".t--plugin-name:contains('PostgreSQL')",
|
|
"sectionAuthentication": "[data-cy=section-Authentication]",
|
|
"sectionSSL": "[data-cy=section-SSL\\ \\(optional\\)]"
|
|
}
|