You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 18:05:34 +03:00 
			
		
		
		
	Fix cypress tests following user wizard changes
This commit is contained in:
		| @@ -199,6 +199,13 @@ const isPostgres = () => { | ||||
|  */ | ||||
| const isDebugMode = () => !!process.env.DEBUG; | ||||
|  | ||||
| /** | ||||
|  * Are we running in CI? | ||||
|  * | ||||
|  * @returns {boolean} | ||||
|  */ | ||||
| const isCI = () => process.env.CI === 'true' && process.env.DEBUG === 'true'; | ||||
|  | ||||
| /** | ||||
|  * Returns a public key | ||||
|  * | ||||
| @@ -234,4 +241,4 @@ const useLetsencryptServer = () => { | ||||
| 	return null; | ||||
| }; | ||||
|  | ||||
| export { configHas, configGet, isSqlite, isMysql, isPostgres, isDebugMode, getPrivateKey, getPublicKey, useLetsencryptStaging, useLetsencryptServer }; | ||||
| export { isCI, configHas, configGet, isSqlite, isMysql, isPostgres, isDebugMode, getPrivateKey, getPublicKey, useLetsencryptStaging, useLetsencryptServer }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user