Fix tauri e2e tests (tauri-driver = 0.1.3) (#1344)
* Fix tauri e2e tests (driver update) Fixes #1343 * Clean up * Clean up
This commit is contained in:
		@ -25,6 +25,9 @@ tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace
 | 
			
		||||
tokio = { version = "1.34.0", features = ["time"] }
 | 
			
		||||
toml = "0.8.2"
 | 
			
		||||
 | 
			
		||||
[target.'cfg(target_os = "linux")'.dependencies]
 | 
			
		||||
tauri-driver = "0.1.3"
 | 
			
		||||
 | 
			
		||||
[features]
 | 
			
		||||
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
 | 
			
		||||
# If you use cargo directly instead of tauri's cli you can use this feature flag to switch between tauri's `dev` and `build` modes.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user