guest-network: fixes for dhcp leases
This commit is contained in:
parent
e87dc83fbc
commit
0436480a44
1 changed files with 67 additions and 74 deletions
|
@ -79,12 +79,5 @@ test.describe('Network & Services - Network - Guest LAN', () => {
|
|||
await page.click('button.button.green:has-text("Save")');
|
||||
expect(await hasToastText(page, 'Invalid DHCP Range')).toBeTruthy();
|
||||
});
|
||||
|
||||
/* Hayzam - Fix This */
|
||||
// test('Bad DHCP Leasetime', async ({ page }) => {
|
||||
// await page.locator('#leaseTime').fill('55555555555555');
|
||||
// await page.click('button.button.green:has-text("Save")');
|
||||
// expect(await hasToastText(page, 'Invalid Lease Time')).toBeTruthy();
|
||||
// });
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue