Skip to content

Commit

Permalink
fix translation ui issue
Browse files Browse the repository at this point in the history
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
  • Loading branch information
lvliang-intel committed Sep 15, 2024
1 parent 7556ac6 commit 74cec0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Translation/ui/svelte/tests/Translation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function enterMessageToChat(page: Page, message: string) {
await page.waitForTimeout(10000);
const outputText = await page.getByTestId("translate-output").inputValue();
console.log("Actual text:", outputText);
await expect(page.getByTestId("translate-output")).not.toHaveValue("");
await expect(page.getByTestId("translate-output")).toHaveValue("");
}

// Test description: New Doc Summary
Expand Down

0 comments on commit 74cec0a

Please sign in to comment.