Skip to content

Commit 6e7bd93

Browse files
committed
e2e: bump @executor-js/emulate to 0.10.0, unskip the seat-limit scenario
0.10.0 ships the Autumn balances.feature expansion autumn-js asserts (UsefulSoftwareCo/emulate#8), so the org page renders again and the scenario passes.
1 parent 210857d commit 6e7bd93

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/cloud/member-invite-seat-limit.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,7 @@ const FREE_MEMBER_SEATS = 3;
2929

3030
scenario(
3131
"Billing · a free org fills its 3 member seats, then invites are blocked with a reason",
32-
{
33-
// Blocked on @executor-js/emulate 0.9.1: 0.9.0's Autumn emulator omits the
34-
// expanded `feature` object on customer balances, so autumn-js's
35-
// useCustomer throws customerToFeatures into the app's error boundary on
36-
// the org page. Fixed upstream (UsefulSoftwareCo/emulate#8); unskip after
37-
// the 0.9.1 publish lands and the e2e dependency is bumped.
38-
skip: "emulate 0.9.0's Autumn customer balances lack the expanded feature autumn-js asserts; fixed in 0.9.1 (pending publish)",
39-
},
32+
{},
4033
Effect.gen(function* () {
4134
// Gate: billing limits are enforced on this target.
4235
yield* Billing;

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@executor-js/api": "workspace:*",
25-
"@executor-js/emulate": "^0.9.0",
25+
"@executor-js/emulate": "^0.10.0",
2626
"@executor-js/mcporter": "^0.11.4",
2727
"@executor-js/plugin-graphql": "workspace:*",
2828
"@executor-js/plugin-mcp": "workspace:*",

0 commit comments

Comments
 (0)