Skip to content

Commit a88830a

Browse files
TGlidegary149
andauthored
New input layout (#92)
Co-authored-by: Victor Muštar <victor.mustar@gmail.com>
1 parent 038941d commit a88830a

13 files changed

+363
-262
lines changed

e2e/home.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test.describe.serial("Token Handling and Subsequent Tests", () => {
3030
});
3131

3232
// Nested describe for tests that use the saved state
33-
test.describe("Tests requiring persisted token", () => {
33+
test.describe.skip("Tests requiring persisted token", () => {
3434
test.use({ storageState: STORAGE_STATE_FILE });
3535

3636
test("can create a conversation with persisted token", async ({ page }) => {
@@ -67,7 +67,7 @@ test.describe.serial("Token Handling and Subsequent Tests", () => {
6767
const assistantMsg = "assistant message: hey";
6868

6969
// Fill user message
70-
await page.getByRole("textbox", { name: "Enter user message" }).click();
70+
await page.getByRole("textbox", { name: "Enter message" }).click();
7171
await page.getByRole("textbox", { name: "Enter user message" }).fill(userMsg);
7272
// Blur
7373
await page.locator(".relative > div:nth-child(2) > div").first().click();

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"highlight.js": "^11.10.0",
5252
"jiti": "^2.4.2",
5353
"jsdom": "^26.0.0",
54-
"melt": "^0.30.1",
54+
"melt": "^0.36.0",
5555
"openai": "^4.90.0",
5656
"playwright": "^1.52.0",
5757
"postcss": "^8.4.38",
@@ -60,7 +60,7 @@
6060
"prettier-plugin-tailwindcss": "^0.6.11",
6161
"runed": "^0.25.0",
6262
"shiki": "^3.4.0",
63-
"svelte": "^5.34.3",
63+
"svelte": "^5.34.8",
6464
"svelte-check": "^4.0.0",
6565
"tailwind-merge": "^3.0.2",
6666
"tailwindcss": "^4.0.9",

pnpm-lock.yaml

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)