1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2026-05-02 23:25:50 +00:00

test: remove chromedriver dependency

Selenium Manager auto-detects the system ChromeDriver, making the
chromedriver npm package unnecessary.

Made-with: Cursor
This commit is contained in:
Girish Ramakrishnan
2026-04-15 17:18:56 +02:00
parent 5fd9ba74ba
commit a2a90e130b
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env node
import 'chromedriver';
import { execSync } from 'node:child_process';
import assert from 'node:assert/strict';
import fs from 'node:fs';