mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	remove old browsers not working
This commit is contained in:
		| @@ -21,20 +21,6 @@ module.exports = config => { | ||||
|                 version: 'latest', | ||||
|             }, | ||||
|  | ||||
|             // earliest firefox, chrome | ||||
|             sl_firefox: { | ||||
|                 base: 'SauceLabs', | ||||
|                 browserName: 'firefox', | ||||
|                 platform: 'Windows 10', | ||||
|                 version: '6.0', | ||||
|             }, | ||||
|             sl_chrome: { | ||||
|                 base: 'SauceLabs', | ||||
|                 browserName: 'chrome', | ||||
|                 platform: 'Windows 10', | ||||
|                 version: '26.0', | ||||
|             }, | ||||
|  | ||||
|             // latest edge | ||||
|             sl_edge: { | ||||
|                 base: 'SauceLabs', | ||||
| @@ -56,13 +42,6 @@ module.exports = config => { | ||||
|                 platform: 'Windows 7', | ||||
|                 version: '10.0', | ||||
|             }, | ||||
|             // ie 9 | ||||
|             sl_ie_9: { | ||||
|                 base: 'SauceLabs', | ||||
|                 browserName: 'internet explorer', | ||||
|                 platform: 'Windows 7', | ||||
|                 version: '9.0', | ||||
|             }, | ||||
|         }, | ||||
|         frameworks: ['jasmine'], | ||||
|         browsers: ['FirefoxHeadless', 'ChromeHeadless'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user