Skip to content

Commit 8245bc4

Browse files
committed
chore: bump @percy/cli to ^1.31.15-beta.0 in tests (PER-7348)
CLI 1.31.15-beta.0 ships PercyDOM.waitForReady (the readiness gate). The SDK changes in this PR call waitForReady end-to-end in tests; old CLI pins (1.30.9, 1.31.10) don't have it, causing the typeof guard's done() callback path to never quite settle in geckodriver's async-script handling. Bump so tests run against a CLI that actually has the feature.
1 parent a0dc0ad commit 8245bc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"test": "npx percy exec --testing -- mvn test"
55
},
66
"devDependencies": {
7-
"@percy/cli": "1.31.10"
7+
"@percy/cli": "^1.31.15-beta.0"
88
}
99
}

0 commit comments

Comments
 (0)