modified tests/e2e/project.spec.ts
@@ -3,6 +3,7 @@ import {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -362,7 +363,9 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -370,7 +373,9 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -659,7 +659,7 @@ export const aliceRemote =
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -685,6 +685,6 @@ export const gitOptions = {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified tests/support/peerManager.ts
@@ -238,7 +238,7 @@ export class RadiclePeer {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -412,8 +412,8 @@ export class RadiclePeer {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified tests/support/support.ts
@@ -15,7 +15,7 @@ export function createOptions(projectFolder: string, days: number): Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|