mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🔥 Remove binary fills flag (#7462)
* 🐛 Add missing IEmptyableCollection protocol impl for wasm Shape * 🔥 Remove frontend-binary-fills flag * ✨ Fix fill-limit integration tests --------- Co-authored-by: Belén Albeza <belen@hey.com>
This commit is contained in:
@@ -71,7 +71,7 @@ test.describe("Shape attributes", () => {
|
||||
page,
|
||||
}) => {
|
||||
const workspace = new WorkspacePage(page);
|
||||
await workspace.mockConfigFlags(["enable-frontend-binary-fills"]);
|
||||
await workspace.mockConfigFlags(["enable-feature-render-wasm"]);
|
||||
await workspace.setupEmptyFile();
|
||||
await workspace.mockRPC(/get\-file\?/, "design/get-file-fills-limit.json");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user