graphdb-workbench-tests 2.2.3-TR3 → 2.2.3

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.
@@ -103,7 +103,7 @@
103
103
  "loader_message": "Deleting cluster",
104
104
  "notifications": {
105
105
  "success_delete": "Cluster deleted successfully",
106
- "success_delete_partial": "Not all nodes are deleted",
106
+ "success_delete_partial": "Not all nodes were deleted",
107
107
  "fail_delete": "Can not delete cluster"
108
108
  }
109
109
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.2.3-TR3",
3
+ "version": "2.2.3",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "start": "cypress open",