File size: 448 Bytes
6a7089a
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
# 02-snap.sh β€” CLI snapshot command

source "$(dirname "$0")/common.sh"

# ─────────────────────────────────────────────────────────────────
start_test "pinchtab snap"

pt_ok nav "${FIXTURES_URL}/index.html"
pt_ok snap
assert_output_json
assert_output_contains "nodes" "returns snapshot nodes"

end_test