Update HTTP.test.tsx to ensure "https://" prefix is used if needed

Small test update to prevent regression of #481 

#482 fixed the issue, this new test would have failed before, and will prevent reoccurrence of the issue
This commit is contained in:
Tadas Varanauskas
2025-03-05 20:09:11 +02:00
committed by GitHub
parent 6a438470cf
commit 4ffbe03b22

View File

@@ -68,6 +68,8 @@ describe("HTTP Component", () => {
const switchInput = screen.getByRole("switch");
expect(switchInput).toBeChecked();
expect(screen.getByText("https://")).toBeInTheDocument();
});
it.skip("submits form and triggers connection process", () => {