Update tests to handle querystrings in page.route handlers
modified tests/e2e/project.spec.ts
@@ -414,7 +414,10 @@ test("only one modal can be open at a time", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -427,7 +430,9 @@ test.describe("browser error handling", () => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -438,7 +443,9 @@ test.describe("browser error handling", () => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -447,7 +454,9 @@ test.describe("browser error handling", () => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/project/issue.spec.ts
@@ -28,13 +28,16 @@ test("test issue editing failing", async ({ page, authenticatedPeer }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/visual/desktop/cob.spec.ts
@@ -89,7 +89,9 @@ test("patch page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/visual/desktop/landingPage.spec.ts
@@ -32,7 +32,8 @@ test("load error", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified tests/visual/desktop/node.spec.ts
@@ -16,13 +16,17 @@ test("node page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/visual/desktop/project.spec.ts
@@ -101,21 +101,27 @@ test("project not found", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|