graphdb-workbench-tests 2.7.0 → 2.7.1-RC1

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.
@@ -426,6 +426,8 @@
426
426
  "graphexplore.error.request.failed": "Request for {{name}} failed! {{error}}",
427
427
  "graphexplore.error.instances.request": "Request for class instances for failed!",
428
428
  "graphexplore.error.rdf.class.request": "Request for RDF Class Hierarchy failed!",
429
+ "graphexplore.search.class.instances": "Search class instances",
430
+ "graphexplore.search.first.class.instances": "Search first 1000 class instances",
429
431
  "graphexplore.disabling.animations": "Disabling animations for more than {{classLimit}} classes.",
430
432
  "graphexplore.reducing.visual.effects": "Reducing visual effects",
431
433
  "graphexplore.class.count.slider": "Class count is reduced to {{count}} for faster initial load. Use the slider to see all classes.",
@@ -646,6 +648,7 @@
646
648
  "view.jdbc.create.get_suggestion_sql_type": "Get suggestion...",
647
649
  "jdbc.column.names.constraint": "Column names must be placed in array.",
648
650
  "view.namespaces.helpInfo": "The Namespaces view provides an overview of all namespaces defined in a GraphDB repository. Namespaces are essentially shorthand notations for IRIs. Here you can add, remove and modify them.",
651
+ "view.namespaces.pagination.of": "of",
649
652
  "view.query.and.update.monitoring.title": "Query and Update monitoring",
650
653
  "view.query.and.update.monitoring.helpInfo": "The Queries and Updates monitoring view shows all running queries and updates in a GraphDB repository. A query or update can be terminated by pressing the Abort button.",
651
654
  "view.monitoring.backup_and_restore.title": "Backup and Restore",
@@ -693,6 +696,10 @@
693
696
  "view.create.sparql.template.helpInfo": "This view is used to define a single SPARQL template. The template consists of an IRI identifying the template and a SPARQL update that will be executed when the template is invoked.",
694
697
  "view.system.information.title": "System information",
695
698
  "view.system.information.helpInfo": "The System information view shows the configuration values of the JVM running GraphDB, and provides an easy mechanism to generate a detailed server report file that includes useful debugging information.",
699
+ "view.system.information.heap.memory": "Heap memory",
700
+ "view.system.information.outOf.label": "out of",
701
+ "view.system.information.connectors.label": "Connectors",
702
+ "view.system.information.jvm.args": "JVM Arguments",
696
703
  "view.rest.api.documentation.title": "REST API documentation",
697
704
  "view.rest.api.documentation.helpInfo": "The REST API view documents the available public REST API endpoints and provides an interactive interface to execute REST requests.",
698
705
  "view.guides.title": "Interactive guides",
@@ -1087,6 +1094,7 @@
1087
1094
  "externalsync.could.not.get.connectors.error": "Could not get connectors",
1088
1095
  "externalsync.repairing": "Repairing",
1089
1096
  "externalsync.creating": "Creating",
1097
+ "externalsync.create.connector": "Create new {{name}} Connector",
1090
1098
  "created.connector": "Created connector {{name}}",
1091
1099
  "externalsync.confirm.repair": "Confirm repair",
1092
1100
  "externalsync.repair.warning.msg": "Are you sure you want to repair this connector? Note that repair means delete + recreate with the same settings.",
@@ -1380,6 +1388,8 @@
1380
1388
  "common.attach": "Attach",
1381
1389
  "common.close": "Close",
1382
1390
  "common.preview": "Preview",
1391
+ "paginator.first.page.label": "First",
1392
+ "paginator.last.page.label": "Last",
1383
1393
  "active.location.version.not.support.settings.warning": "The version of GraphDB at your active location does not support settings.",
1384
1394
  "click.to": "Click to",
1385
1395
  "disable": "disable",
@@ -1631,6 +1641,12 @@
1631
1641
  "configuration.changed.warning": "Configuration changed",
1632
1642
  "computation.canceled.warning": "Computation canceled",
1633
1643
  "rdfrank.not.build.yet.warning": "RDFRank not built yet",
1644
+ "rdfrank.include.predicates": "Included Predicates",
1645
+ "rdfrank.include.graphs": "Included Graphs",
1646
+ "rdfrank.exclude.predicates": "Excluded Predicates",
1647
+ "rdfrank.exclude.graphs": "Excluded Graphs",
1648
+ "rdfrank.include.label": "Included",
1649
+ "rdfrank.exclude.label": "Excluded",
1634
1650
  "compute.full.btn": "Compute Full",
1635
1651
  "compute.incremental.btn": "Compute Incremental",
1636
1652
  "filtering.header": "Filtering",
@@ -71,7 +71,7 @@ describe('Expand results over owl:sameAs', () => {
71
71
  YasqeSteps.getActionButtonTooltip(4).should('have.attr', 'data-tooltip', 'Expand results over owl:sameAs: ON');
72
72
  });
73
73
 
74
- it('should not be enabled when infer is true and sameAs is false in user settings', () => {
74
+ it('should not be enabled when infer is true and sameAs is false in user settings', {retries: {runMode: 2}},() => {
75
75
  QueryStubs.stubInferAndSameAsDefaults(true, false);
76
76
 
77
77
  // When I visit a page with "ontotext-yasgui-web-component" in it.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.7.0",
3
+ "version": "2.7.1-RC1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "graphdb-workbench-tests",
9
- "version": "2.7.0",
9
+ "version": "2.7.1-RC1",
10
10
  "license": "Apache-2.0",
11
11
  "devDependencies": {
12
12
  "cypress": "^13.3.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.7.0",
3
+ "version": "2.7.1-RC1",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "prepack": "npm shrinkwrap",