Rename `state` query param to `status`
5 files changed
+15
-15
c4aa4f04
→
cf15895a
modified src/views/projects/Patches.svelte
@@ -154,7 +154,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/issues.spec.ts
@@ -8,7 +8,7 @@ test("navigate issue listing", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/patches.spec.ts
@@ -8,7 +8,7 @@ test("navigate patch listing", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/visual/desktop/cob.spec.ts
@@ -15,7 +15,7 @@ test("issues page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,7 +28,7 @@ test("issue page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -40,15 +40,15 @@ test("patches page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -64,7 +64,7 @@ test("patch page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/visual/mobile/cob.spec.ts
@@ -15,7 +15,7 @@ test("issues page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,7 +28,7 @@ test("issue page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -40,15 +40,15 @@ test("patches page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -63,7 +63,7 @@ test("patch page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|