modified tests/e2e/project/assignees.spec.ts
@@ -3,10 +3,9 @@ import { createProject } from "@tests/support/project";
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commits.spec.ts
@@ -132,7 +132,9 @@ test("pushing changes while viewing history", async ({ page, peerManager }) => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/project/issue.spec.ts
@@ -13,10 +13,9 @@ test("navigate single issue", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -47,10 +46,9 @@ test("test issue editing failing", async ({ page, authenticatedPeer }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -110,10 +108,9 @@ test("edit issue", async ({ page, authenticatedPeer }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -133,7 +130,7 @@ test("add and remove reactions", async ({ page, authenticatedPeer }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/issues.spec.ts
@@ -12,10 +12,9 @@ test("navigate issue listing", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -55,7 +54,9 @@ test("issue counters", async ({ page, authenticatedPeer }) => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/project/labels.spec.ts
@@ -6,10 +6,9 @@ import {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/project/patch.spec.ts
@@ -135,10 +135,9 @@ test("view file navigation from changes tab", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -166,10 +165,9 @@ test("change patch state", async ({ page, authenticatedPeer }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/project/patches.spec.ts
@@ -17,7 +17,7 @@ test("navigate patch listing", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/threads.spec.ts
@@ -8,10 +8,9 @@ import {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -50,10 +49,9 @@ test("leave comments and replies", async ({ page, authenticatedPeer }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -73,10 +71,9 @@ test("add and remove reactions", async ({ page, authenticatedPeer }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -369,7 +369,9 @@ export async function createSourceBrowsingFixture(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -644,7 +646,7 @@ export async function createMarkdownFixture(peer: RadiclePeer) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/project.ts
@@ -9,9 +9,17 @@ import { readFileSync } from "node:fs";
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -30,7 +38,7 @@ export async function createProject(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|