Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/deploy-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
"@akashnetwork/releaser": "*",
"@chain-registry/types": "^0.50.12",
"@cosmjs/amino": "~0.38.0",
"@cosmjs/crypto": "~0.38.0",
"@faker-js/faker": "^9.4.0",
"@keplr-wallet/types": "^0.12.111",
"@next/bundle-analyzer": "^14.0.1",
Expand Down
30 changes: 0 additions & 30 deletions apps/deploy-web/tests/ui/actions/selectChainNetwork.ts

This file was deleted.

93 changes: 0 additions & 93 deletions apps/deploy-web/tests/ui/authorize-spending.spec.ts

This file was deleted.

28 changes: 0 additions & 28 deletions apps/deploy-web/tests/ui/change-wallets.spec.ts

This file was deleted.

2 changes: 1 addition & 1 deletion apps/deploy-web/tests/ui/custom-container-form.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Sidebar } from "./pages/Sidebar";
test("custom container form shows connect wallet prompt", async ({ page, context }) => {
const homePage = new HomePage(page);
const sidebar = new Sidebar(page);
const deployPage = new DeployPage(context, page, { walletType: "extension" });
const deployPage = new DeployPage(context, page);

await homePage.goto();
await sidebar.openDeploy();
Expand Down
30 changes: 0 additions & 30 deletions apps/deploy-web/tests/ui/deploy-self-custody-hello-world.spec.ts

This file was deleted.

51 changes: 0 additions & 51 deletions apps/deploy-web/tests/ui/fixture/context-with-extension.ts

This file was deleted.

3 changes: 1 addition & 2 deletions apps/deploy-web/tests/ui/fixture/test-env.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const testEnvSchema = z.object({
.string()
.default("http://localhost:3000")
.transform(url => url.replace(/\/+$/, "")),
TEST_WALLET_MNEMONIC: z.string(),
NETWORK_ID: z.enum(["mainnet", "sandbox", "testnet"]).default("sandbox"),
USER_DATA_DIR: z.string().default(path.join(tmpdir(), "akash-console-web-ui-tests", crypto.randomUUID())),
E2E_TESTING_CLIENT_TOKEN: z.string({
Expand All @@ -24,7 +23,7 @@ export const testEnvSchema = z.object({

export const testEnvConfig = testEnvSchema.parse({
BASE_URL: process.env.BASE_URL,
TEST_WALLET_MNEMONIC: process.env.TEST_WALLET_MNEMONIC,
NETWORK_ID: process.env.NETWORK_ID,
USER_DATA_DIR: process.env.USER_DATA_DIR,
E2E_TESTING_CLIENT_TOKEN: process.env.E2E_TESTING_CLIENT_TOKEN,
AUTH0_M2M_DOMAIN: process.env.AUTH0_M2M_DOMAIN,
Expand Down
19 changes: 0 additions & 19 deletions apps/deploy-web/tests/ui/fixture/testing-helpers.ts

This file was deleted.

Loading
Loading