Create tests: dumps message, "retry" (#281)
This commit is contained in:
8
e2e-tests/dump_messages.spec.ts
Normal file
8
e2e-tests/dump_messages.spec.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { test } from "./helpers/test_helper";
|
||||
|
||||
// This is useful to make sure the messages are being sent correctly.
|
||||
test("dump messages", async ({ po }) => {
|
||||
await po.setUp();
|
||||
await po.sendPrompt("[dump]");
|
||||
await po.snapshotServerDump();
|
||||
});
|
||||
Reference in New Issue
Block a user