Get rid of separate server for commits listing test
modified playwright.config.ts
@@ -82,21 +82,11 @@ const config: PlaywrightTestConfig = {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/repo/commits.spec.ts
@@ -2,6 +2,7 @@ import {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -89,12 +90,12 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -574,6 +574,49 @@ export async function createMarkdownFixture(peer: RadiclePeer) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -589,9 +632,11 @@ export const shortBobHead = formatCommit(bobHead);
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -10,6 +10,7 @@ import {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -53,12 +54,16 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -108,6 +113,8 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|