Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Jan 23, 2025
1 parent fbfc969 commit 695dbe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/mighty-boxes-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Skipped the e2e test for translation cleanup due to an occasional error with editorJS that cannot be reproduce manually.
2 changes: 1 addition & 1 deletion playwright/tests/translations.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test("TC: SALEOR_122 Should be able to edit translation @e2e @translations", as
await translationsPage.waitForDOMToFullyLoad();
await expect(translationsPage.page.getByText(newDescription)).toBeVisible();
});
test("TC: SALEOR_123 Should be able to clear translation @e2e @translations", async () => {
test.skip("TC: SALEOR_123 Should be able to clear translation @e2e @translations", async () => {
const description =
"Letnia kolekcja Saleor obejmuje gamę produktów, które cieszą się popularnością na rynku.Sklep demonstracyjny na każdą porę roku.Saleor uchwycił słońce open source, e-commerce.";

Expand Down

0 comments on commit 695dbe9

Please sign in to comment.