graphdb-workbench-tests 2.2.2-TR2 → 2.2.2-TR3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -568,7 +568,7 @@ describe('Repositories', () => {
|
|
|
568
568
|
testOntopConfigurationElementsVisibility('Constraint file', '#constraintFile');
|
|
569
569
|
testOntopConfigurationElementsVisibility('Ontology file', '#owlFile');
|
|
570
570
|
//verify driver download url
|
|
571
|
-
compareDriverDownloadUrl('https://jdbc.postgresql.org/download
|
|
571
|
+
compareDriverDownloadUrl('https://jdbc.postgresql.org/download');
|
|
572
572
|
|
|
573
573
|
//Select Oracle driver type and verify elements and download url (if available)
|
|
574
574
|
selectDatabaseDriver('Oracle');
|
|
@@ -956,8 +956,7 @@ describe('Repositories', () => {
|
|
|
956
956
|
function compareDriverDownloadUrl(expectedUrl){
|
|
957
957
|
cy.get('.uri')
|
|
958
958
|
.should('be.visible')
|
|
959
|
-
.and('have.attr', 'href')
|
|
960
|
-
.and('contain', expectedUrl);
|
|
959
|
+
.and('have.attr', 'href', expectedUrl);
|
|
961
960
|
}
|
|
962
961
|
|
|
963
962
|
function getSHACLRepositoryCheckbox(){
|