mejoras en el modal de los testcases
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:12.025Z
|
||||
# Updated via Autotest Editor - 2026-05-27T09:41:49.884Z
|
||||
# Source of truth: this YAML file
|
||||
# Note: Expected results estimated based on step actions
|
||||
|
||||
id: pbx-calls-check-call_waiting_notification_and_switching
|
||||
module: pbx
|
||||
@@ -28,13 +29,19 @@ preconditions: []
|
||||
postconditions: []
|
||||
steps:
|
||||
- action: Open admin portal or repository URL in browser context
|
||||
expected: ''
|
||||
expected: >-
|
||||
The admin portal or repository page loads successfully without errors, security warnings, or
|
||||
redirects.
|
||||
- action: Ensure SIP endpoints / softphones are registered
|
||||
expected: ''
|
||||
expected: All required SIP endpoints show as registered with the correct status in the PBX.
|
||||
- action: Initiate or receive call using the required scenario
|
||||
expected: ''
|
||||
expected: >-
|
||||
The call is successfully established between the endpoints with ringing and connection
|
||||
confirmed.
|
||||
- action: Verify audio path, signaling, and media parameters
|
||||
expected: ''
|
||||
expected: >-
|
||||
Two-way audio is clear and bidirectional. Signaling (SIP) is correct and media parameters
|
||||
(codec, RTP/RTCP) match expectations.
|
||||
automation_status: manual
|
||||
file: tests/pbx/calls.spec.ts
|
||||
custom_fields:
|
||||
|
||||
Reference in New Issue
Block a user