mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Update tests
This commit is contained in:
		
				
					committed by
					
						
						Aleksandr Gumroian
					
				
			
			
				
	
			
			
			
						parent
						
							9dd6bbca90
						
					
				
				
					commit
					4368bea2c2
				
			@@ -1,5 +1,5 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
 | 
					 * Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This is free software, licensed under the GNU General Public License v3.
 | 
					 * This is free software, licensed under the GNU General Public License v3.
 | 
				
			||||||
 * See /LICENSE for more information.
 | 
					 * See /LICENSE for more information.
 | 
				
			||||||
@@ -116,7 +116,7 @@ describe("<WiFiSettings/>", () => {
 | 
				
			|||||||
                    enabled: true,
 | 
					                    enabled: true,
 | 
				
			||||||
                    guest_wifi: { enabled: false },
 | 
					                    guest_wifi: { enabled: false },
 | 
				
			||||||
                    hidden: false,
 | 
					                    hidden: false,
 | 
				
			||||||
                    htmode: "HT40",
 | 
					                    htmode: "HT80",
 | 
				
			||||||
                    hwmode: "11a",
 | 
					                    hwmode: "11a",
 | 
				
			||||||
                    id: 0,
 | 
					                    id: 0,
 | 
				
			||||||
                    password: "TestPass",
 | 
					                    password: "TestPass",
 | 
				
			||||||
@@ -145,7 +145,7 @@ describe("<WiFiSettings/>", () => {
 | 
				
			|||||||
                    enabled: true,
 | 
					                    enabled: true,
 | 
				
			||||||
                    guest_wifi: { enabled: false },
 | 
					                    guest_wifi: { enabled: false },
 | 
				
			||||||
                    hidden: false,
 | 
					                    hidden: false,
 | 
				
			||||||
                    htmode: "HT40",
 | 
					                    htmode: "HT20",
 | 
				
			||||||
                    hwmode: "11g",
 | 
					                    hwmode: "11g",
 | 
				
			||||||
                    id: 0,
 | 
					                    id: 0,
 | 
				
			||||||
                    password: "TestPass",
 | 
					                    password: "TestPass",
 | 
				
			||||||
@@ -181,7 +181,7 @@ describe("<WiFiSettings/>", () => {
 | 
				
			|||||||
                        password: "test_password",
 | 
					                        password: "test_password",
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    hidden: false,
 | 
					                    hidden: false,
 | 
				
			||||||
                    htmode: "HT40",
 | 
					                    htmode: "HT80",
 | 
				
			||||||
                    hwmode: "11a",
 | 
					                    hwmode: "11a",
 | 
				
			||||||
                    id: 0,
 | 
					                    id: 0,
 | 
				
			||||||
                    password: "TestPass",
 | 
					                    password: "TestPass",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
 | 
					 * Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This is free software, licensed under the GNU General Public License v3.
 | 
					 * This is free software, licensed under the GNU General Public License v3.
 | 
				
			||||||
 * See /LICENSE for more information.
 | 
					 * See /LICENSE for more information.
 | 
				
			||||||
@@ -226,7 +226,7 @@ export function wifiSettingsFixture() {
 | 
				
			|||||||
                    password: "",
 | 
					                    password: "",
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                hidden: false,
 | 
					                hidden: false,
 | 
				
			||||||
                htmode: "HT40",
 | 
					                htmode: "HT80",
 | 
				
			||||||
                hwmode: "11a",
 | 
					                hwmode: "11a",
 | 
				
			||||||
                id: 0,
 | 
					                id: 0,
 | 
				
			||||||
                password: "TestPass",
 | 
					                password: "TestPass",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user