mirror of
https://github.com/meshtastic/web.git
synced 2026-01-31 10:51:38 -05:00
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:
committed by
GitHub
parent
6a438470cf
commit
4ffbe03b22
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user