Skip to content

Commit c210cdc

Browse files
committed
Updating test expectation to better match current behavior
1 parent 2f675c7 commit c210cdc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

scripts/agent-evals/src/tests/crashlytics/connect.spec.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,10 @@ describe("/crashlytics:connect", function (this: Mocha.Suite) {
6464
await run.expectText(ANDROID_APP_ID);
6565
await run.expectText(IOS_APP_ID);
6666

67-
await run.type(IOS_APP_ID);
67+
await run.type(`Use ${IOS_APP_ID}`);
6868

69-
await run.expectText("remember");
70-
await run.expectText(IOS_APP_ID);
71-
72-
await run.type("yes");
69+
await run.expectText("SaveMemory");
70+
await run.expectText("Memory refreshed successfully.");
7371

7472
await run.expectText("prioritize");
7573
await run.expectText("fix");

0 commit comments

Comments
 (0)