@telnyx/voice-agent-tester 0.4.6 → 0.4.7

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.7](https://github.com/team-telnyx/voice-agent-tester/compare/v0.4.6...v0.4.7) (2026-03-19)
4
+
3
5
  ## [0.4.6](https://github.com/team-telnyx/voice-agent-tester/compare/v0.4.5...v0.4.6) (2026-03-18)
4
6
 
5
7
  ### Bug Fixes
@@ -9,5 +9,10 @@ steps:
9
9
  time: 3000
10
10
  - action: click
11
11
  selector: "text=Call AI agent"
12
+ # ElevenLabs shows a terms consent dialog — click "Agree" to proceed
13
+ - action: wait_for_element
14
+ selector: "text=Agree"
15
+ - action: click
16
+ selector: "text=Agree"
12
17
  - action: sleep
13
18
  time: 2000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telnyx/voice-agent-tester",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "A command-line tool to test voice agents using Puppeteer",
5
5
  "main": "src/index.js",
6
6
  "type": "module",