1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2026-04-24 03:34:59 +00:00

test: use @cloudron scoped safetydance and superagent

Made-with: Cursor
This commit is contained in:
Girish Ramakrishnan
2026-04-15 16:39:11 +02:00
parent 5fad46b733
commit dc29214e71
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"chromedriver": "^144.0.0", "chromedriver": "^144.0.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",
"selenium-webdriver": "^4.40.0", "selenium-webdriver": "^4.40.0",
"superagent": "^10.3.0" "@cloudron/superagent": "^10.3.0"
}, },
"type": "module" "type": "module"
} }

View File

@@ -5,7 +5,7 @@ import { execSync } from 'node:child_process';
import assert from 'node:assert/strict'; import assert from 'node:assert/strict';
import fs from 'node:fs'; import fs from 'node:fs';
import path from 'node:path'; import path from 'node:path';
import superagent from 'superagent'; import superagent from '@cloudron/superagent';
import { Builder, By, Key, until } from 'selenium-webdriver'; import { Builder, By, Key, until } from 'selenium-webdriver';
import { Options } from 'selenium-webdriver/chrome'; import { Options } from 'selenium-webdriver/chrome';