fix web review validation and clipboard tests
This commit is contained in:
@@ -76,6 +76,12 @@ describe('ServerLogin', () => {
|
||||
['http://', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['ftp://example.com', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['http:////example.com', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['http//example.com', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['https//example.com', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['http:/example.com', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['https:/example.com', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['http://example.com\\path', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['example.com\\path', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['http://example..com', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['http://-bad.com', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
['http://bad-.com', 'Enter a valid HTTP or HTTPS server address.'],
|
||||
|
||||
Reference in New Issue
Block a user