Fixes e2e test suite relation with seed.radicle.garden
modified src/config.json
@@ -3,6 +3,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/lib/config.ts
@@ -6,6 +6,7 @@ export interface Config {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -25,6 +26,7 @@ function getConfig(): Config {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/views/projects/Header/ShareButton.svelte
@@ -36,7 +36,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/node.spec.ts
@@ -11,13 +11,13 @@ test("node metadata", async ({ page, peerManager }) => {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/e2e/project.spec.ts
@@ -49,7 +49,7 @@ test("navigate to project", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commits.spec.ts
@@ -130,8 +130,8 @@ test("pushing changes while viewing history", async ({ page, peerManager }) => {
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -74,6 +74,7 @@ export const test = base.extend<{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -148,8 +149,8 @@ export const test = base.extend<{
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -200,7 +201,8 @@ export function appConfigWithFixture(defaultLocalHttpdPort = 8081) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -50,11 +50,9 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| - | |
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -74,6 +72,8 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified tests/support/peerManager.ts
@@ -121,6 +121,8 @@ export async function createPeerManager(createParams: {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -134,8 +136,8 @@ export const NodeConfigSchema = object({
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -300,22 +302,6 @@ export class RadiclePeer {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -453,12 +439,13 @@ async function updateNodeConfig(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|