* Add datasource connected page * Default to show connected screen in datasource editor * Update UI * Fixes - Change text from connected to saved - Show key with empty values if there are no values - After creating a new datasource go to edit mode * Stop calling test on save * Fix tests * Fix test * Dummy commit * Always be in view mode unless clicked on edit mode * Fixes - Update datasource connected page for rest api datasource - Fix empty array values not resetting * Fix create new api crashing - While creating new datasource show form in edit mode * Fix tests
21 lines
1.1 KiB
JSON
21 lines
1.1 KiB
JSON
{
|
|
"datasourceEditorIcon": ".t--entity-name:contains('DataSources)",
|
|
"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\\)]",
|
|
"addDatasourceEntity": ".plugins .t--entity-add-btn",
|
|
"PostgresEntity": ".t--entity-name:contains(PostgreSQL)",
|
|
"createQuerty": ".t--create-query",
|
|
"editDatasource": ".t--edit-datasource"
|
|
}
|