Page MenuHomeSealhub

confirm-password-reset.subtest.ts
No OneTemporary

confirm-password-reset.subtest.ts

import axios from "axios";
import { withRunningApp } from "../../test_utils/with-test-app";
describe("confirm-password-reset", () => {
it("displays an html form", async () =>
withRunningApp(async ({ base_url }) => {
await axios.get(
`${base_url}/confirm-password-reset?token=kupcia&email=dupcia`
);
}));
});

File Metadata

Mime Type
text/x-java
Expires
Tue, Dec 24, 14:02 (17 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557209
Default Alt Text
confirm-password-reset.subtest.ts (324 B)

Event Timeline