mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-02-23 09:54:17 +01:00
Add encryption property to guest WiFi settings in tests
This commit is contained in:
parent
e4f8572a69
commit
aa2eecec50
|
@ -181,6 +181,7 @@ describe("<WiFiSettings/>", () => {
|
||||||
guest_wifi: {
|
guest_wifi: {
|
||||||
SSID: "TestGuestSSID",
|
SSID: "TestGuestSSID",
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
encryption: "WPA2",
|
||||||
password: "test_password",
|
password: "test_password",
|
||||||
},
|
},
|
||||||
hidden: false,
|
hidden: false,
|
||||||
|
|
|
@ -223,6 +223,7 @@ export function wifiSettingsFixture() {
|
||||||
guest_wifi: {
|
guest_wifi: {
|
||||||
SSID: "TestGuestSSID",
|
SSID: "TestGuestSSID",
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
encryption: "WPA2",
|
||||||
password: "",
|
password: "",
|
||||||
},
|
},
|
||||||
hidden: false,
|
hidden: false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user