graphdb-workbench-tests 2.7.0-TR13 → 2.7.0-TR14
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.
|
@@ -119,7 +119,6 @@ describe('Cluster management', () => {
|
|
|
119
119
|
ClusterPageSteps.previewClusterConfig();
|
|
120
120
|
ClusterConfigurationSteps.getClusterConfig().should('be.visible');
|
|
121
121
|
ClusterConfigurationSteps.deleteCluster();
|
|
122
|
-
// ClusterConfigurationSteps.closeConfigurationPanel();
|
|
123
122
|
// Then I expect a confirmation dialog to appear
|
|
124
123
|
DeleteClusterDialogSteps.getDialog().should('be.visible');
|
|
125
124
|
// When I confirm
|
|
@@ -131,8 +130,6 @@ describe('Cluster management', () => {
|
|
|
131
130
|
ClusterStubs.stubNoClusterConfig();
|
|
132
131
|
RemoteLocationStubs.stubRemoteLocationStatusNotCluster();
|
|
133
132
|
DeleteClusterDialogSteps.getDialog().should('not.exist');
|
|
134
|
-
ClusterPageSteps.previewClusterConfig();
|
|
135
|
-
ClusterConfigurationSteps.getDeleteClusterButton().should('be.hidden');
|
|
136
133
|
ClusterPageSteps.getRemoveNodesButton().should('not.exist');
|
|
137
134
|
ClusterPageSteps.getAddNodesButton().should('not.exist');
|
|
138
135
|
ClusterPageSteps.getReplaceNodesButton().should('not.exist');
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphdb-workbench-tests",
|
|
3
|
-
"version": "2.7.0-
|
|
3
|
+
"version": "2.7.0-TR14",
|
|
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.0-TR14",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"cypress": "^13.3.1",
|