graphdb-workbench-tests 2.7.4 → 2.7.5-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.
@@ -924,6 +924,7 @@
924
924
  "enable.for.auto.start": "Enable this option to start the import when you click the Import button. If it is disabled the import will be added to the list but not started automatically.",
925
925
  "auto.start": "Start import automatically",
926
926
  "data.from.url": "Import RDF data from URL",
927
+ "format": "Format",
927
928
  "supported.url.with.rdf": "URL with RDF data. Supported formats are",
928
929
  "invalid.url": "Not valid url!",
929
930
  "gz.zip": ", as well as their .gz versions and .zip archives",
@@ -52,15 +52,15 @@ describe('Class relations screen validation', () => {
52
52
  });
53
53
 
54
54
  it('Search for a class', function () {
55
- // Expect 10 rows initially to be visible
56
- verifyListLength(10);
55
+ // Expect 39 rows initially to be visible
56
+ verifyListLength(39);
57
57
  // Filter by partial name
58
58
  filterByClass(':Wine');
59
59
  // Expecting 6 rows to be present
60
60
  verifyListLength(6);
61
61
  // Clear the filter and expect all rows to be visible again
62
62
  getFilterField().clear();
63
- verifyListLength(10);
63
+ verifyListLength(39);
64
64
  });
65
65
 
66
66
  it('Test class relationships for given graph', () => {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.7.4",
3
+ "version": "2.7.5-RC1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "graphdb-workbench-tests",
9
- "version": "2.7.4",
9
+ "version": "2.7.5-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.4",
3
+ "version": "2.7.5-RC1",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "prepack": "npm shrinkwrap",