modified tests/e2e/hashRouter.spec.ts
@@ -1,4 +1,9 @@
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -18,7 +23,7 @@ test("navigate between landing and project page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -31,7 +36,7 @@ test("navigation between seed and project pages", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,13 +50,12 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -59,15 +63,14 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -75,8 +78,7 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -96,8 +98,7 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/historyRouter.spec.ts
@@ -1,4 +1,9 @@
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -12,7 +17,7 @@ test("navigate between landing and project page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -25,7 +30,7 @@ test("navigation between seed and project pages", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -39,13 +44,12 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -53,15 +57,14 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -69,8 +72,7 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -90,8 +92,7 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project.spec.ts
@@ -1,10 +1,7 @@
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -18,7 +15,7 @@ async function expectCounts(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +51,7 @@ test("navigate to project", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -70,7 +67,7 @@ test("show source tree at specific revision", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,7 +79,7 @@ test("source file highlighting", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -108,7 +105,7 @@ test("navigate line numbers", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -151,7 +148,7 @@ test("navigate deep file hierarchies", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -195,7 +192,7 @@ test("files with special characters in the filename", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -204,7 +201,7 @@ test("binary files", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -212,7 +209,7 @@ test("hidden files", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -240,7 +237,7 @@ test("markdown files", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -319,7 +316,7 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -335,7 +332,7 @@ test("clone modal", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commit.spec.ts
@@ -1,11 +1,9 @@
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -55,7 +53,7 @@ test("modified file", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -65,7 +63,7 @@ test("created file", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -75,7 +73,7 @@ test("deleted file", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -84,7 +82,7 @@ test("navigation to source tree at specific revision", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commits.spec.ts
@@ -1,10 +1,7 @@
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -79,7 +76,7 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -111,7 +108,7 @@ test("relative timestamps", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/settings.spec.ts
@@ -1,7 +1,6 @@
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -177,3 +177,6 @@ export function appConfigWithFixture() {
|
|
|
|
|
|
| + | |
| + | |
| + | |