mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 00:37:17 +02:00
🔧 Gate cap with config flag
This commit is contained in:
parent
7d5739b663
commit
c0a98288d0
2 changed files with 3 additions and 1 deletions
|
@ -71,6 +71,7 @@ test.describe("Shape attributes", () => {
|
|||
page,
|
||||
}) => {
|
||||
const workspace = new WorkspacePage(page);
|
||||
await workspace.mockConfigFlags(["enable-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