graphdb-workbench-tests 2.1.0-TR3 → 2.1.0-TR4
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.
|
@@ -37,7 +37,7 @@ describe('Home screen language validation', () => {
|
|
|
37
37
|
|
|
38
38
|
// The text in the labels should change
|
|
39
39
|
HomeSteps.getViewResourceAsLabel().should('have.text', 'Voir la ressource');
|
|
40
|
-
HomeSteps.getActiveRepoAsLabel().should('have.text', '
|
|
40
|
+
HomeSteps.getActiveRepoAsLabel().should('have.text', 'Dépôt actif');
|
|
41
41
|
HomeSteps.getSavedSparqlQueriesAsLabel().should('have.text', 'Requêtes SPARQL sauvegardées');
|
|
42
42
|
HomeSteps.getLicenseAsLabel().should('have.text', 'Licence');
|
|
43
43
|
});
|
|
@@ -145,6 +145,11 @@ describe('Main menu tests', function () {
|
|
|
145
145
|
visible: false,
|
|
146
146
|
externalRedirect: 'https://graphdb.ontotext.com/'
|
|
147
147
|
},
|
|
148
|
+
{
|
|
149
|
+
name: 'Interactive guides',
|
|
150
|
+
visible: false,
|
|
151
|
+
redirect: '/guides'
|
|
152
|
+
},
|
|
148
153
|
{
|
|
149
154
|
name: 'System information',
|
|
150
155
|
visible: false,
|