mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Ability to bulk import or export articles as gzip, handle domain prefix logic in API and other smaller improvements
This commit is contained in:
@@ -47,7 +47,7 @@ test(`Update user website storage limit`, async ({ page }) => {
|
||||
.locator("details")
|
||||
.getByRole("button", { name: "Update storage limit" })
|
||||
.click();
|
||||
await expect(page.getByText("Successfully updated user website storage size")).toBeVisible();
|
||||
await expect(page.getByText("Successfully updated website storage")).toBeVisible();
|
||||
});
|
||||
|
||||
test(`Delete user`, async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user