Skip to content

Commit 668458e

Browse files
Disable test for now (#1802)
1 parent 073aa7a commit 668458e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e_tests/django-admin.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test.describe(
88
tag: ["@djangoadmin"],
99
},
1010
() => {
11-
test("Django Admin, créer un produit fonctionne", async ({ page }) => {
11+
test.skip("Django Admin, créer un produit fonctionne", async ({ page }) => {
1212
await page.goto(`/admin/qfdmd/produit/add/`, { waitUntil: "domcontentloaded" })
1313
await page.locator("input#id_username").fill("admin")
1414
await page.locator("input#id_password").fill("admin")

0 commit comments

Comments
 (0)