mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2026-04-30 22:42:32 +00:00
test file cleanups
This commit is contained in:
+2
-17
@@ -4,22 +4,7 @@ import assert from 'node:assert/strict';
|
||||
import { execSync } from 'node:child_process';
|
||||
import fs from 'node:fs';
|
||||
import path from 'node:path';
|
||||
import {
|
||||
app,
|
||||
clearCache,
|
||||
click,
|
||||
cloudronCli,
|
||||
goto,
|
||||
loginOIDC,
|
||||
sendKeys,
|
||||
setupBrowser,
|
||||
takeScreenshot,
|
||||
teardownBrowser,
|
||||
username,
|
||||
waitFor,
|
||||
waitForUrl,
|
||||
press
|
||||
} from '@cloudron/charlie';
|
||||
import { app, clearCache, click, cloudronCli, goto, loginOIDC, sendKeys, setupBrowser, takeScreenshot, teardownBrowser, username, waitFor, waitForUrl, press } from '@cloudron/charlie';
|
||||
|
||||
/* global it, describe, before, after, afterEach */
|
||||
|
||||
@@ -153,7 +138,7 @@ describe('Application life cycle test', function () {
|
||||
|
||||
it('uninstall app (no sso)', cloudronCli.uninstall);
|
||||
|
||||
it('can install app from appstore', async function () {
|
||||
it('can install app for update', async function () {
|
||||
await cloudronCli.appstoreInstall({ tcpPortFlags: INSTALL_TCP_FLAGS });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user