@camunda/e2e-test-suite 0.0.707 → 0.0.709
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.
|
@@ -65,7 +65,9 @@ class ClusterPage {
|
|
|
65
65
|
this.confirmDeleteInput = page.getByRole('textbox', {
|
|
66
66
|
name: 'Type the word DELETE to confirm',
|
|
67
67
|
});
|
|
68
|
-
this.dangerDeleteButton = page
|
|
68
|
+
this.dangerDeleteButton = page
|
|
69
|
+
.getByRole('dialog')
|
|
70
|
+
.getByRole('button', { name: 'Delete' });
|
|
69
71
|
this.testClusterLink = page.getByRole('link', { name: 'Test Cluster' });
|
|
70
72
|
this.connectorSecretsTab = page.getByRole('tab', {
|
|
71
73
|
name: 'Connector Secrets',
|
|
@@ -68,7 +68,9 @@ class ClusterPage {
|
|
|
68
68
|
this.confirmDeleteInput = page.getByRole('textbox', {
|
|
69
69
|
name: 'Type the word DELETE to confirm',
|
|
70
70
|
});
|
|
71
|
-
this.dangerDeleteButton = page
|
|
71
|
+
this.dangerDeleteButton = page
|
|
72
|
+
.getByRole('dialog')
|
|
73
|
+
.getByRole('button', { name: 'Delete' });
|
|
72
74
|
this.testClusterLink = page.getByRole('link', { name: 'Test Cluster' });
|
|
73
75
|
this.connectorSecretsTab = page.getByRole('tab', {
|
|
74
76
|
name: 'Connector Secrets',
|
|
@@ -67,7 +67,9 @@ class ClusterPage {
|
|
|
67
67
|
this.confirmDeleteInput = page.getByRole('textbox', {
|
|
68
68
|
name: 'Type the word DELETE to confirm',
|
|
69
69
|
});
|
|
70
|
-
this.dangerDeleteButton = page
|
|
70
|
+
this.dangerDeleteButton = page
|
|
71
|
+
.getByRole('dialog')
|
|
72
|
+
.getByRole('button', { name: 'Delete' });
|
|
71
73
|
this.testClusterLink = page.getByRole('link', { name: 'Test Cluster' });
|
|
72
74
|
this.connectorSecretsTab = page.getByRole('tab', {
|
|
73
75
|
name: 'Connector Secrets',
|