You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test!: enable field validation tests for the Copy Version dialog (#29)
* test!: enable field validation tests for the Copy Version dialog
BREAKING CHANGE: These changes include validation for a UI bug that is currently present in the develop branch. The tests will fail until the bug is fixed in the UI component. The bug affects the autocomplete field validation behavior in the Copy Version dialog.
* test: update tests to handle dynamic retry-based versions.
* test: add checks to ensure fields are enabled/disabled correctly for the Copy Version dialog
test.skip('[P-CPAP-1.1] Copy Version dialog field validation logic',
13
+
test('[P-CPAP-1.1] Copy Version dialog field validation logic',
14
14
{
15
15
tag: '@smoke',
16
16
annotation: [
17
17
{
18
18
type: 'Description',
19
-
description: 'Verifies the behavior of fields in the Copy Version dialog. The test checks pre-populated fields in the dialog, field clearing behavior, package field disabling when workspace is cleared, and ensures cleared target version fields are not auto-populated when workspace/package is selected.',
19
+
description: 'Verifies the behavior of fields in the Copy Version dialog. The test checks pre-populated fields in the dialog, field clearing behavior, validation of disabled fields, and ensures cleared target version fields are not auto-populated when workspace/package is selected.',
test.skip('[P-CDAD-1.1] Copy Version dialog field validation logic',
24
+
test('[P-CDAD-1.1] Copy Version dialog field validation logic',
25
25
{
26
26
tag: '@smoke',
27
27
annotation: [
28
28
{
29
29
type: 'Description',
30
-
description: 'Verifies the behavior of fields in the Copy Version dialog. The test checks pre-populated fields in the dialog, field clearing behavior, dashboard field disabling when workspace is cleared, and ensures cleared target version fields are not auto-populated when workspace/dashboard is selected.',
30
+
description: 'Verifies the behavior of fields in the Copy Version dialog. The test checks pre-populated fields in the dialog, field clearing behavior, validation of disabled fields, and ensures cleared target version fields are not auto-populated when workspace/dashboard is selected.',
0 commit comments