mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 18:31:38 +02:00
✨ Update binary fills flag name and add it to supported flags
This commit is contained in:
parent
c0a98288d0
commit
f33c1fb530
8 changed files with 12 additions and 11 deletions
|
@ -153,7 +153,7 @@ test("Create a RADIAL gradient", async ({ page }) => {
|
|||
|
||||
test("Gradient stops limit", async ({ page }) => {
|
||||
const workspacePage = new WorkspacePage(page);
|
||||
await workspacePage.mockConfigFlags(["enable-binary-fills"]);
|
||||
await workspacePage.mockConfigFlags(["enable-frontend-binary-fills"]);
|
||||
await workspacePage.setupEmptyFile(page);
|
||||
await workspacePage.mockRPC(
|
||||
"get-file-fragment?file-id=*&fragment-id=*",
|
||||
|
|
|
@ -71,7 +71,7 @@ test.describe("Shape attributes", () => {
|
|||
page,
|
||||
}) => {
|
||||
const workspace = new WorkspacePage(page);
|
||||
await workspace.mockConfigFlags(["enable-binary-fills"]);
|
||||
await workspace.mockConfigFlags(["enable-frontend-binary-fills"]);
|
||||
await workspace.setupEmptyFile();
|
||||
await workspace.mockRPC(/get\-file\?/, "design/get-file-fills-limit.json");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue